]> gitweb.ps.run Git - ps-cgit/commitdiff
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)
* 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>

No differences found