diff options
author | Denys Vlasenko | 2009-07-15 20:02:19 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-07-15 20:02:19 +0200 |
commit | 9038d6f8f50b59951a9dc3345cf7c8910f954c4a (patch) | |
tree | 3f7ab137e0993e5da6ef25c90d92966e4256700e /networking/udhcp | |
parent | 7dd0ce49531b6340950b4a3eedbef1c958a475d9 (diff) | |
download | busybox-9038d6f8f50b59951a9dc3345cf7c8910f954c4a.zip busybox-9038d6f8f50b59951a9dc3345cf7c8910f954c4a.tar.gz |
remove trailing whitespace
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/packet.c b/networking/udhcp/packet.c index 4c72d7a..90410cb 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) //" secs %x" //" flags %x" " ciaddr %x" - " yiaddr %x" + " yiaddr %x" " siaddr %x" " giaddr %x" //" chaddr %s" |