5.1 Branch: Reformat to use 4 spaces with astyle
If you want git blame to ignore formatting revisions run: git config blame.ignoreRevsFile .git-blame-ignore-revs
Command used: astyle --indent=spaces=4 --convert-tabs
find -type f -name '.cpp' -or -name '.cc' -or -name '*.h'``