Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: cinergyT2: which kernel/usb module to use?



Klaus Schmidinger wrote:
> Well, the placement of the closing braces is apparently a major
> philosophical issue ;-)

Maybe it's more a typographic issue ;-)

Anyway, the point is that it is different than what I am *used to*.
Even worse, based on those hardwired assumptions in the back of my head
about how source code is usually layed out, your placement of closing
braces is actively misleading me :-(

>   if (condition) {
>      some
>      statements
>      }
>   else {
>      some
>      more
>      statements
>      }

In this simple example it doesn't hinder legibility. However, when
a few blocks are nested I am lost.

Johannes




Home | Main Index | Thread Index