diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
commit | 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch) | |
tree | 7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /networking/ifupdown.c | |
parent | 4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff) | |
download | busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2 busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip |
whitespace fixes
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r-- | networking/ifupdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 8e8341e96..2b748f11d 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -484,7 +484,7 @@ static int dhcp_up(struct interface_defn_t *ifd, execfn *exec) | |||
484 | ifd, exec); | 484 | ifd, exec); |
485 | #else | 485 | #else |
486 | return 0; /* no dhcp support */ | 486 | return 0; /* no dhcp support */ |
487 | #endif | 487 | #endif |
488 | } | 488 | } |
489 | 489 | ||
490 | static int dhcp_down(struct interface_defn_t *ifd, execfn *exec) | 490 | static int dhcp_down(struct interface_defn_t *ifd, execfn *exec) |