mirror of
https://github.com/xzeldon/htop.git
synced 2025-02-07 12:23:38 +03:00
![Sohaib Mohamed](/assets/img/avatar_default.png)
Insert space padding between a header (e.g. 'if', 'for', 'while'...) and the following paren. ex: if(isFoo((a+2), b)) bar(a, b); becomes: if (isFoo((a+2), b)) bar(a, b); Link: http://astyle.sourceforge.net/astyle.html#_pad-paren Signed-off-by: Sohaib Mohamed <sohaib.amhmd@gmail.com>