]> git.cameronkatri.com Git - cgit.git/commit
Fix several whitespace errors
authorLukas Fleischer <cgit@cryptocrack.de>
Sun, 3 Mar 2013 15:04:29 +0000 (16:04 +0100)
committerLukas Fleischer <cgit@cryptocrack.de>
Mon, 4 Mar 2013 00:12:48 +0000 (01:12 +0100)
commit53bc747d311d18642fa3ad0cc0de34f3899ed1f4
tree97e6fa2e4e7300f55a180917059b71e566c260fe
parent7f4e8c33aeb65bdc5695c9fd13ec1ceb100303c7
Fix several whitespace errors

* Remove whitespace at the end of lines.
* Replace space indentation by tabs.
* Add whitespace before/after several operators ("+", "-", "*", ...)
* Add whitespace to assignments ("foo = bar;").
* Fix whitespace in parameter lists ("foobar(foo, bar, 42)").

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
14 files changed:
cache.c
cgit.c
configfile.c
html.c
scan-tree.c
shared.c
ui-blob.c
ui-commit.c
ui-refs.c
ui-repolist.c
ui-shared.c
ui-stats.c
ui-tag.c
ui-tree.c