Change all tabs to spaces. Fix alignment. Some single code lines broken into multiple lines.
Ran astyle -v -c *.cc *.hh
in dtt/src/dtt/filterwiz
and dtt/src/dtt/foton
. Changes tabs to spaces. Fixes alignment. Breaks some single line code blocks into multiple lines. Moves some closing braces to the next line.
Run git diff --ignore-space-change --ignore-all-space --ignore-space-at-eol --ignore-blank-lines
to see minimal changes.
I plan to put in a separate merge request after this to change one line unbracketed code to bracketed.
Edited by Patrick Thomas