Skip to content

Change all tabs to spaces. Fix alignment. Some single code lines broken into multiple lines.

Patrick Thomas requested to merge patrick.thomas/dtt:code_format into master

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.

https://astyle.sourceforge.net/

Edited by Patrick Thomas

Merge request reports