Advertisement
brownzach125

brace placement example

Jan 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // There is contention about this, but as long as you pick on or the other you'll be fine
  2.  
  3. // Option 1
  4. if (expr) {
  5. }
  6. // Option 2
  7. if (expr)
  8. {
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement