udhcpc: removing stray whitespace

This commit is contained in:
Denis Vlasenko 2008-06-15 09:49:21 +00:00
parent 5cdc247ba4
commit f716a6da9a

View 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,