aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-15 20:02:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-15 20:02:19 +0200
commit9038d6f8f50b59951a9dc3345cf7c8910f954c4a (patch)
tree3f7ab137e0993e5da6ef25c90d92966e4256700e /networking
parent7dd0ce49531b6340950b4a3eedbef1c958a475d9 (diff)
downloadbusybox-w32-9038d6f8f50b59951a9dc3345cf7c8910f954c4a.tar.gz
busybox-w32-9038d6f8f50b59951a9dc3345cf7c8910f954c4a.tar.bz2
busybox-w32-9038d6f8f50b59951a9dc3345cf7c8910f954c4a.zip
remove trailing whitespace
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/hostname.c2
-rw-r--r--networking/udhcp/packet.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/networking/hostname.c b/networking/hostname.c
index 7a120fa2c..579eff795 100644
--- a/networking/hostname.c
+++ b/networking/hostname.c
@@ -31,7 +31,7 @@ static void do_sethostname(char *s, int isfile)
31 31
32/* Manpage circa 2009: 32/* Manpage circa 2009:
33 * 33 *
34 * hostname [-v] [-a] [--alias] [-d] [--domain] [-f] [--fqdn] [--long] 34 * hostname [-v] [-a] [--alias] [-d] [--domain] [-f] [--fqdn] [--long]
35 * [-i] [--ip-address] [-s] [--short] [-y] [--yp] [--nis] 35 * [-i] [--ip-address] [-s] [--short] [-y] [--yp] [--nis]
36 * 36 *
37 * hostname [-v] [-F filename] [--file filename] / [hostname] 37 * hostname [-v] [-F filename] [--file filename] / [hostname]
diff --git a/networking/udhcp/packet.c b/networking/udhcp/packet.c
index 4c72d7a63..90410cbc0 100644
--- a/networking/udhcp/packet.c
+++ b/networking/udhcp/packet.c
@@ -53,7 +53,7 @@ void FAST_FUNC udhcp_dump_packet(struct dhcp_packet *packet)
53 //" secs %x" 53 //" secs %x"
54 //" flags %x" 54 //" flags %x"
55 " ciaddr %x" 55 " ciaddr %x"
56 " yiaddr %x" 56 " yiaddr %x"
57 " siaddr %x" 57 " siaddr %x"
58 " giaddr %x" 58 " giaddr %x"
59 //" chaddr %s" 59 //" chaddr %s"