1 Mar 2009 14:10
Re: [PATCH] ao_dart
Diego Biurrun <diego <at> biurrun.de>
2009-03-01 13:10:58 GMT
2009-03-01 13:10:58 GMT
On Sun, Mar 01, 2009 at 09:59:30PM +0900, KO Myung-Hun wrote:
>
> Diego Biurrun wrote:
> >> But, now the closing bracket '}' of last case is placed on the same
> >> depth with the closing bracket '}' of switch. I think it's not good
> >> style.
> >
> > Just look at what K&R really does: Indent the opening brace after 'case'.
>
> How do I that in this case ?
>
> case 1234:
> {
> if (true) {
> }
> break;
> }
>
> Just do that ?
Fine with me.
Diego
RSS Feed