[CMD]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 30 Jun 2013 13:11:20 +0000 (13:11 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 30 Jun 2013 13:11:20 +0000 (13:11 +0000)
commit18857125d227f3b71dfe06dfd3a52e383016b6fc
treef15fb1b8821c2a1fb114ed41fccbff14559617bf
parent8e04e7f45a6d567c6d5c85d03fb01a82702c540a
[CMD]
And finally...
...
... fix whitespace, part 6/6 !!!! (convert tabs into 4-space indent).

Really, CMD is, together with win32k, the worst indented project I've ever seen.
You have lots of non-sensical extra newlines put in the middle of the code,
weird indentation made by a mix of tabs / spaces which take either 4 or 8 or even (!!)
2 spaces per indentation level; sometimes some guy mixed his space key with his tab key
to add a space between a word and another one; a mix of some sh*tty code styles (K&R and personal ones),
many many times no space between a logical keyword and the operand on which it applies, etc... etc...

I tried to put some sense in it, but I may have forgotten some insidious tabs somewhere...

svn path=/trunk/; revision=59389
reactos/base/shell/cmd/cmd.c