Remove trailing spaces

(cherry picked from commit 0a5472e697)
This commit is contained in:
Rémi Verschelde 2016-04-02 20:26:12 +02:00 committed by Rémi Verschelde
parent 69e67d51c7
commit bac8248316
42 changed files with 815 additions and 817 deletions

View File

@ -181,4 +181,3 @@ f.write("\n\n")

View File

@ -33,4 +33,3 @@ while(l!=""):
for x in sum: for x in sum:
print(x.strip()+"("+str(cnt[x])+"):\n: "+str(sum[x])) print(x.strip()+"("+str(cnt[x])+"):\n: "+str(sum[x]))