From: Matthijs Kooijman Date: Fri, 22 May 2009 12:50:52 +0000 (+0200) Subject: Make all indentation consistent. X-Git-Tag: backupninja-0.9.7~37 X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=4ecaae94054c4eb919ddbd45904d834383a09558;hp=4ecaae94054c4eb919ddbd45904d834383a09558;p=matthijs%2Fupstream%2Fbackupninja.git 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. ---