JavaScript:SpiderMonkey:C Coding Style: Difference between revisions

Jump to navigation Jump to search
m
→‎Control Flow: Fix inconsistency with previous style guideline.
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 */
     ...
     ...
29

edits

Navigation menu