Fix indentation in pofix

This commit is contained in:
Alexander van Gessel 2013-09-02 17:13:58 +02:00
parent 066754a946
commit ee9990d802

View file

@ -130,7 +130,7 @@ if __name__ == '__main__':
statinfo = os.stat(path)
if statinfo.st_mtime > timecheck:
newer += 1
files.append(path)
files.append(path)
modified = sum(parallel_map(process_file, files))
print ("pofix: %d files processed, %d files modified, %d files newer" \
% (pocount, modified, newer))