Lee Jenkins wrote:
>> for (int x = 0; x < 99; x++)
>>   {
>>      FooStuff();
>>   }
>>
>> Doesn't that look odd, too?
>>
> 
> This is exactly the way that I format those blocks in C#!

And without braces ? Like:

for (int x = 0; x < 99; x++)
  FooStuff();

? Or FooStuff indented 2 more spaces ?

Micha

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to