formatting: bulk remove trailing whitespaces

Do not touch vendorized files (e.g. libraries that were imported from external
projects).

No functional changes.

Command:
    find . -name '*.<EXTENSION>' -type f -print0 | xargs -0 sed -i 's/[[:space:]]*$//'
This commit is contained in:
muxator 2019-10-20 02:09:22 +02:00
parent 24abd9ca07
commit 312c72c364
28 changed files with 156 additions and 156 deletions

View file

@ -12,9 +12,9 @@ try:
assert(os.path.exists(dirtydb_input))
assert(not os.path.exists(dirtydb_output))
except:
print()
print()
print('Usage: %s /path/to/dirty.db' % sys.argv[0])
print()
print()
print('Note: Will create a file named dirty.db.new in the same folder,')
print(' please make sure permissions are OK and a file by that')
print(' name does not exist already. This script works by omitting')