Skip to content
Snippets Groups Projects
  • Matthijs Kooijman's avatar
    4ecaae94
    Make all indentation consistent. · 4ecaae94
    Matthijs Kooijman authored
    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.
    4ecaae94
    History
    Make all indentation consistent.
    Matthijs Kooijman authored
    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.