style fix, no code changes
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 27 Jul 2008 14:15:42 +0000 (14:15 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 27 Jul 2008 14:15:42 +0000 (14:15 -0000)
networking/netstat.c

index 0c0b69afe19768ff33c5480442fdef288cc66b3f..e03ba5fcc18ad079d345411ed05f2502d3a36fd8 100644 (file)
@@ -197,8 +197,8 @@ static void prg_cache_clear(void)
 #define prg_cache_clear() ((void)0)
 #endif
 
-static long extract_socket_inode(const char *lname) {
-
+static long extract_socket_inode(const char *lname)
+{
        long inode = -1;
 
        if (strncmp(lname, "socket:[", sizeof("socket:[")-1) == 0) {