From: Lukas Fleischer Date: Sun, 3 Mar 2013 15:04:29 +0000 (+0100) Subject: Fix several whitespace errors X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/53bc747d311d18642fa3ad0cc0de34f3899ed1f4?ds=inline;hp=53bc747d311d18642fa3ad0cc0de34f3899ed1f4 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 ---