29
edits
m (→Control Flow: Fix inconsistency with previous style guideline.) |
|||
| Line 111: | Line 111: | ||
MyFunction(int n) | MyFunction(int n) | ||
{ | { | ||
if(!n) | if (!n) | ||
return; /* OK */ | return; /* OK */ | ||
... | ... | ||
edits