style note

Alex Russell <[email protected]>
Newsgroups gmane.comp.windows.devel.netwindows
Organization netWindows.org
Message-ID <[email protected]>
Hey all,

Just a note about code style in the current tree. If you submit a patch, I'd 
prefer that if you're going to put both a condition and an operation on one 
line, that it still be written in the style of a multi-line operation.

so instead of:

	if (true) return "foo";

I'd kinda prefer:

	if(true){ return "foo"; }

I know it's a minor nit, but I've seen a lot of it in various patches.

Thanks.

-- 
Alex Russell
[email protected]
[email protected]

_______________________________________________
The netWindows developers list: [email protected]
http://netwindows.org/mailman/listinfo/devel_netwindows.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.