eeze: remove trailing whitespace

Nothing to see here, just stumbled over it when reading through the file.
This commit is contained in:
Stefan Schmidt 2016-03-11 17:10:07 +01:00
parent ee0508a2bb
commit 969bd17ab7
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ eeze_net_list(void)
net = eeze_net_new(i->if_name);
if (net) ret = eina_list_append(ret, net);
}
if_freenameindex(ifs);
return ret;
}