Y
Hacker News
new
|
ask
|
show
|
jobs
by
ahartmetz
145 days ago
For mixing styles like that?
int myFunc(int foo){ if (foo > 42) { frobnicate(); } }
1 comments
galangalalgol
145 days ago
I was getting it confused with gnu style, which indents braces for control flow but not functions
link