On 13 Jun 2001, Lars Gullik Bjønnes wrote:
So you are changing your mind now... after all those years of removing
them from my code :P
Well only once or twice anyway.
> I disagree with this change... I really thing we should make it a rule
> to always use { ... } instead. Why?
> - consistency
> - people will not be tempted to drop the {...} after comples
> conditionals
> - somewhat easier to follow program flow.
>
>
> - else if (c == META_INSET) {
> + else if (c == META_INSET)
> GetInset(i)->Ascii(buffer, ost);
> - }
> }
>
> --
> Lgb
>
Allan. (ARRae)