barrier/src/test
Peter Hutterer 0dbedd31dc Remove trailing whitespaces
Many tools strip trailing whitespaces by default, so after editing a file with
whitespace errors we end up with a bunch of unrelated hunks that need to be
reverted locally.

This could be fixed by configuring each tool to not do this (at least for the
barrier repo), or, simpler, we just sed the problem away and make barrier
whitespace-compliant.

sed commands run:
    sed -i 's/[ \t]\+$//' **/*.(cpp|h) **/*CMakeLists.txt

Verified with git diff --ignore-space-change, this shows the empty diff.
2020-12-09 14:02:28 +10:00
..
global Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
guitests Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
integtests Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
mock Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
unittests Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
CMakeLists.txt Remove trailing whitespaces 2020-12-09 14:02:28 +10:00