From: Denis Vlasenko Date: Sun, 27 Jul 2008 14:15:42 +0000 (-0000) Subject: style fix, no code changes X-Git-Tag: 1_12_0~85 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf8b1ef8457a9a5c978dd8fc3a36fde3feb2bbfe;p=oweals%2Fbusybox.git style fix, no code changes --- diff --git a/networking/netstat.c b/networking/netstat.c index 0c0b69afe..e03ba5fcc 100644 --- a/networking/netstat.c +++ b/networking/netstat.c @@ -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) {