Removed trailing tabs and whitespaces from C++ source

I used this command line: find <source directory> -name \*.\[ch\]pp -print0 | xargs -0 sed -i 's/[[:blank:]]*$//'
This commit is contained in:
Elvish_Hunter 2015-12-21 20:39:37 +01:00
parent 203f7b0ded
commit 9b7b1751fd
136 changed files with 346 additions and 346 deletions