You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
10 years ago
..
base Finish team list, create new team, join/leave team page 10 years ago
member Finish new edit team page, add member to team 10 years ago
settings Working on organization pages 10 years ago
team Removed trailing white spaces 10 years ago
create.tmpl Finish new repo settings page 10 years ago
home.tmpl Finish new edit team page, add member to team 10 years ago
new.tmpl Finish create organization team 10 years ago