On Thu, Aug 23, 2007 at 04:54:59PM +0200, Blaisorblade wrote:
> > actually. Personally I'd prefer:
> >
> >     else
> >             type = OS_TYPE_DIR;
> 
> I strongly agree with this style; beyond style itself, one strong reason is 
> that joining statements hinder singlestepping through function code (it's 
> easy to run gdb on UML, and anyway kgdb exists).

How does that help?  gdb should stop as easily on a "else foo;" line as on 
        else
                foo;
right?

                                Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to