Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-27 18:15:42 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-27 18:15:42 +0400
commitcf8b1ef8457a9a5c978dd8fc3a36fde3feb2bbfe (patch)
tree18a595dfe20dce6a22d8639dd48edbbb0ec322aa /networking/netstat.c
parent6e69e4237d8f43232afd0dc207275f27c08039ed (diff)
style fix, no code changes
Diffstat (limited to 'networking/netstat.c')
-rw-r--r--networking/netstat.c4
1 files changed, 2 insertions, 2 deletions
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) {