-
- Downloads
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.
Showing
- handlers/dup.helper.in 74 additions, 74 deletionshandlers/dup.helper.in
- handlers/dup.in 19 additions, 19 deletionshandlers/dup.in
- handlers/ldap.helper.in 25 additions, 25 deletionshandlers/ldap.helper.in
- handlers/ldap.in 14 additions, 14 deletionshandlers/ldap.in
- handlers/maildir.in 226 additions, 227 deletionshandlers/maildir.in
- handlers/makecd.helper.in 57 additions, 57 deletionshandlers/makecd.helper.in
- handlers/makecd.in 30 additions, 30 deletionshandlers/makecd.in
- handlers/mysql.helper.in 51 additions, 51 deletionshandlers/mysql.helper.in
- handlers/mysql.in 190 additions, 190 deletionshandlers/mysql.in
- handlers/pgsql.helper.in 12 additions, 12 deletionshandlers/pgsql.helper.in
- handlers/pgsql.in 58 additions, 58 deletionshandlers/pgsql.in
- handlers/rdiff.helper.in 30 additions, 30 deletionshandlers/rdiff.helper.in
- handlers/rdiff.in 100 additions, 100 deletionshandlers/rdiff.in
- handlers/rsync.in 133 additions, 133 deletionshandlers/rsync.in
- handlers/sh.in 1 addition, 1 deletionhandlers/sh.in
- handlers/svn.in 32 additions, 32 deletionshandlers/svn.in
- handlers/sys.helper.in 13 additions, 13 deletionshandlers/sys.helper.in
- handlers/sys.in 97 additions, 97 deletionshandlers/sys.in
- handlers/tar.helper.in 10 additions, 10 deletionshandlers/tar.helper.in
- handlers/tar.in 11 additions, 11 deletionshandlers/tar.in
Loading
Please register or sign in to comment