barrier/src/cmd/barriers
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
..
.gitignore rebranding symless/synergy to debauchee/barrier 2018-01-27 16:48:17 -05:00
CMakeLists.txt Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
MSWindowsServerTaskBarReceiver.cpp Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
MSWindowsServerTaskBarReceiver.h Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
OSXServerTaskBarReceiver.cpp Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
OSXServerTaskBarReceiver.h Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
XWindowsServerTaskBarReceiver.cpp Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
XWindowsServerTaskBarReceiver.h Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
barriers.cpp Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
barriers.exe.manifest enable high-dps awareness for barriers/barrierc. fixes screen geometry calculations for screens with >100% scaling 2018-09-08 14:36:50 -04:00
barriers.ico update artwork 2018-02-02 19:12:14 -05:00
barriers.rc rebranding symless/synergy to debauchee/barrier 2018-01-27 16:48:17 -05:00
resource.h Remove trailing whitespaces 2020-12-09 14:02:28 +10:00
tb_error.ico rebranding symless/synergy to debauchee/barrier 2018-01-27 16:48:17 -05:00
tb_idle.ico rebranding symless/synergy to debauchee/barrier 2018-01-27 16:48:17 -05:00
tb_run.ico rebranding symless/synergy to debauchee/barrier 2018-01-27 16:48:17 -05:00
tb_wait.ico rebranding symless/synergy to debauchee/barrier 2018-01-27 16:48:17 -05:00