Walter Bright:

> I just use whitespace:
> 
>       switch (c) {
>           case 1:
>               blah();
>               break;
> 
>           case 2:
>               blah();
>           case 3:
>               blah();
>               break;
>       }
> 
> Works fine.

If that's a try at something humorous I don't get it.

Bye,
bearophile

Reply via email to