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)
commit4ecaae94054c4eb919ddbd45904d834383a09558
treedd27a8ee9dd7882f78b9cbf1b20ec51d9cf8285e
parent386c4275946520bc590428e730a9d515155436a0
Make all indentation consistent.

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.
28 files changed:
handlers/dup.helper.in
handlers/dup.in
handlers/ldap.helper.in
handlers/ldap.in
handlers/maildir.in
handlers/makecd.helper.in
handlers/makecd.in
handlers/mysql.helper.in
handlers/mysql.in
handlers/pgsql.helper.in
handlers/pgsql.in
handlers/rdiff.helper.in
handlers/rdiff.in
handlers/rsync.in
handlers/sh.in
handlers/svn.in
handlers/sys.helper.in
handlers/sys.in
handlers/tar.helper.in
handlers/tar.in
handlers/trac.in
handlers/wget
lib/easydialog.in
lib/tools.in
lib/vserver.in
src/backupninja.in
src/ninjahelper.in
src/ninjareport.in