Re: OpenBSD madness...
"Andy Tai" <[email protected]>
| Newsgroups | gmane.comp.version-control.arch.user |
|---|---|
| Message-ID | <[email protected]> |
On 6/28/06, Thomas Lord <[email protected]> wrote: > > In general, the GNU Arch coding standard has been to > avoid certain C99 features (so, not "//" comments, no local > variable declarations in the middle of code) and to > not indent code in the manner of a monkey on meth and > in the midst of a psychotic breakdown. So, yes, > cmd-export.c could use some work. I generally follow the same regarding these C99 features. Will take a look of cmd-export.c again and clean it. (Patches welcome if anyone wants to do this) Much, but not all of the indenting weirdness of the > file appears to be the result of someone editing code > with tab width set to 4 characters. Other parts -- well, > I can't even begin to imagine what the author(s) were > thinking. I do not like tabs and use four spaces for all tab characters. Sigh. > > Hey, Andy.... um.... huh? > > -t Hmm...