udhcpc: removing stray whitespace
This commit is contained in:
parent
5cdc247ba4
commit
f716a6da9a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user