[BusyBox] Re: ifconfig: Clean up. [PATCH]

Vladimir N. Oleynik dzo at simtreas.ru
Wed Jul 27 05:44:29 MDT 2005


>>>But this:
>>>
>>>if (thing)
>>>  do_something();
>>>
>>>Might as well be this:
>>>
>>>if (thing) {
>>>  do_something();
>>>}

My style:
if do_something() is break, continue, return, exit(),
goto, error_msg_and_exit(), other not returned func (show_usage() etc),
then I don`t use brackets.


--w
vodz



More information about the busybox mailing list