Commit Graph

5 Commits (89ae72622158c4f9d6d45cab254dda21ab2a32ab)

Author SHA1 Message Date
muxator 312c72c364 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:]]*$//'
2019-10-20 02:09:22 +02:00
Joseph C Wang ae49409593 fix for python3 2019-01-22 22:23:18 +01:00
Achim Friedland 5f836f6211 Try/catch to skip invalid JSON in dirtyDB 2018-11-03 00:12:08 +01:00
Severin Glöckner 0139965864 specify python version 2018-03-01 07:57:46 +01:00
Bjarni R. Einarsson 9c174023fc Added dirty-db-cleaner.py 2014-12-01 22:39:42 +00:00