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>2007-04-10 19:42:06 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-10 19:42:06 +0400
commitff131b980d524a33d8a43cefe65e14f64a43f2da (patch)
tree82d252f04f9a8511be452dcd8b5e322c59653c72 /networking/route.c
parent163516da3ae54a587fb476c621793bd206f380c2 (diff)
style fixes. No code changes.
Diffstat (limited to 'networking/route.c')
-rw-r--r--networking/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/route.c b/networking/route.c
index 069739006..5b3e68b4c 100644
--- a/networking/route.c
+++ b/networking/route.c
@@ -49,7 +49,7 @@
#define RTF_REJECT 0x0200 /* Reject route */
#endif
-#if defined (SIOCADDRTOLD) || defined (RTF_IRTT) /* route */
+#if defined(SIOCADDRTOLD) || defined(RTF_IRTT) /* route */
#define HAVE_NEW_ADDRT 1
#endif