Commit Graph

2 Commits (56a8d573b0346dce9f6843d61997e5794bc16e4e)

Author SHA1 Message Date
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
11 years ago
Unknwon 8dd07c0ddd New UI merge in progress 11 years ago