Make all indentation consistent.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 22 May 2009 12:50:52 +0000 (14:50 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 23 May 2009 08:34:16 +0000 (10:34 +0200)
Previously, there were many indentation styles in use: Real tabs, 2, 3
or 4 spaces, mixing these within the same file, function or even within
a single line.

This commit changes all bash scripts in the handlers, src and lib dirs
to use consistent indentation: three spaces are now used everywhere.
Other files (e.g. Makefiles) are left untouched.

Additionally, this commit removes all trailing whitespace.


No differences found