Re: My whitespace style

2009-04-15 Thread Giorgos Keramidas
On Wed, 15 Apr 2009 06:48:12 +0200, deeptec...@gmail.com wrote: Could you please give me a (preferrably widely used) example of columnizing calls which cross different levels of indentation? It's not so uncommon as it may initially seem... I've seen switch() cases in several programs indented

Re: My whitespace style

2009-04-15 Thread Matthew D. Fuller
On Wed, Apr 15, 2009 at 10:20:08AM +0300 I heard the voice of Giorgos Keramidas, and lo! it spake thus: switch (value) { case SOME_CONSTANT_NAME:do_stuff_here();break; case ANOTHER_CONSTANT_NAME: do_some_other_stuff(); break;