JavaScript:SpiderMonkey:C++ Coding Style: Difference between revisions

Line 43: Line 43:
  }
  }


Conditions with multi-line tests should put the brace on the new line to provide a visual separation.
Conditions with multi-line tests should put the brace on the new line to provide a visual separation between the condition and the body.


   types::TypeSet *types = frame.extra(lhs).types;
   types::TypeSet *types = frame.extra(lhs).types;
Confirmed users
367

edits