Discussion ended (per original announcement that the issue would be
killed if this disintegrated into a discussion on brace placement/etc).
There will be no pretty printer. We'll just have to live with ugly
code. Sorry, thanks for playing.
PedanticAndIrrelevantDiscussionException thrown at
RainerKlute:14
-Andy
Rainer Klute wrote:
>>Yup! Thazz about it! It will also do some other minor things like turn
>>
>>if (blabla > blabla)
>> blabla();
>>
>>to
>>
>>if (blabla > blabla) {
>> blabla();
>>}
>>
>>
>
>Arrgh! Either leave it as it is, because this is the most concise
>and comprehensive way to put it or reformat it to
>
>if (blabla > blabla)
>{
> blabla();
>}
>
>which is the *only* way to recognize those braces that belong
>together. :-)
>
>Best regards
>Rainer Klute
>
> Rainer Klute IT-Consulting GmbH i. Gr.
> Dipl.-Inform.
> Rainer Klute E-Mail: [EMAIL PROTECTED]
> K�rner Grund 24 Telefon: +49 172 2324824
>D-44143 Dortmund Telefax: +49 231 5349423
>
>
>--
>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>