udhcpc: removing stray whitespace
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 15 Jun 2008 09:49:21 +0000 (09:49 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 15 Jun 2008 09:49:21 +0000 (09:49 -0000)
networking/udhcp/dhcpc.c

index 5eb1ed5fdd06766134ebbcc2a33efb1b8b781434..d2138dd45388344f8ab9c0be589fb7c836bb1a53 100644 (file)
@@ -180,8 +180,8 @@ int udhcpc_main(int argc ATTRIBUTE_UNUSED, char **argv)
                OPT_H = 1 << 3,
                OPT_h = 1 << 4,
                OPT_F = 1 << 5,
-               OPT_i = 1 << 6, 
-               OPT_n = 1 << 7, 
+               OPT_i = 1 << 6,
+               OPT_n = 1 << 7,
                OPT_p = 1 << 8,
                OPT_q = 1 << 9,
                OPT_R = 1 << 10,