]> source.dussan.org Git - gitea.git/commit
Removed trailing white spaces
authorTristan Storch <tstorch@math.uni-bielefeld.de>
Sat, 30 Aug 2014 13:12:53 +0000 (15:12 +0200)
committerTristan Storch <tstorch@math.uni-bielefeld.de>
Sat, 30 Aug 2014 13:12:53 +0000 (15:12 +0200)
commit69e332f432c87ce83a488a8c06a02ded26f66beb
tree03c8ae1382e92612341df57856e9d1a17e1de8a9
parent9bc63bda7ded31b77ad4aaf3495582a7c8555d2f
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.
33 files changed:
cmd/web.go
conf/app.ini
conf/gitignore/C Sharp
modules/auth/ldap/README.md
public/css/gogs.css
public/fonts/fontawesome-webfont.svg
public/js/app.js
public/ng/fonts/fontawesome-webfont.svg
public/ng/less/gogs/base.less
public/ng/less/gogs/dashboard.less
scripts/dockerfiles/build.sh
scripts/dockerfiles/images/gogits/Dockerfile
scripts/dockerfiles/images/gogits/deploy.sh
scripts/dockerfiles/images/memcache/Dockerfile
scripts/dockerfiles/images/mysql/Dockerfile
scripts/dockerfiles/images/postgres/Dockerfile
scripts/gogs_supervisord.sh
scripts/start.sh
templates/admin/auth/new.tmpl
templates/home.tmpl
templates/install.tmpl
templates/mail/notify/collaborator.tmpl
templates/org/team/new.tmpl
templates/repo/bare.tmpl
templates/repo/issue/create.tmpl
templates/repo/issue/view.tmpl
templates/repo/settings/collaboration.tmpl
templates/repo/single_file.tmpl
templates/user/auth/activate.tmpl
templates/user/auth/forgot_passwd.tmpl
templates/user/auth/reset_passwd.tmpl
templates/user/dashboard/dashboard.tmpl
templates/user/profile.tmpl