eeze: remove trailing whitespace
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 11 Mar 2016 16:10:07 +0000 (17:10 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 11 Mar 2016 16:59:46 +0000 (17:59 +0100)
Nothing to see here, just stumbled over it when reading through the file.

src/lib/eeze/eeze_net.c

index 8c6b386..47887d7 100644 (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;
 }