From: markus schnalke Date: Fri, 7 Oct 2011 06:35:27 +0000 (+0200) Subject: Rearranged whitespace (and comments) in all the code! X-Git-Tag: mmh-thesis-end~494 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=sidebyside;h=a485ed478abbd599d8c9aab48934e7a26733ecb1;hp=a485ed478abbd599d8c9aab48934e7a26733ecb1;p=mmh Rearranged whitespace (and comments) in all the code! The primary goal was to only indent with tabs and not mix them with spaces. Also, no more tabs should appear past the first printable char on each line. Now editing the sources will be much easier, no matter which editor one uses, and rearranging won't break aligned code. (Beware, the changeset is huge, but the `diff -w' changes are moderate.) ---