forgejo/templates/repo
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.
2014-08-30 15:12:53 +02:00
..
issue
release
settings
bare.tmpl
branch.tmpl
commits.tmpl
create.tmpl
diff.tmpl
header.tmpl
home.tmpl
list.tmpl
migrate.tmpl
nav.tmpl
pulls.tmpl
setting_nav.tmpl
sidebar.tmpl
single.tmpl
single_bare.tmpl
single_file.tmpl
single_list.tmpl
toolbar.tmpl
view_file.tmpl
view_list.tmpl