remove trailing whitespace from sources

This commit is contained in:
holger krekel
2010-09-07 10:46:58 +02:00
parent 198a2c2d38
commit 4d0422a548
27 changed files with 365 additions and 360 deletions

View File

@@ -6,7 +6,7 @@ class StatRecorder:
self.statcache = {}
self.check() # snapshot state
def fil(self, p):
def fil(self, p):
return p.ext in ('.py', '.txt', '.c', '.h')
def rec(self, p):
return p.check(dotfile=0)
@@ -43,7 +43,7 @@ class StatRecorder:
pycfile = path + "c"
if pycfile.check():
pycfile.remove()
else:
changed = True
if statcache: