joo

Brace Style Alignment

joo
Feb 21st, 2019 (edited)
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. // Lawful Good // Lawful Neutral // Lawful Evil
  2. if (x > y) if (x > y) if (x > y)
  3. { { {
  4. x = y; x = y; x = y;
  5. y = z; y = z; y = z;
  6. } } }
  7.  
  8. // Neutral Good // True Neutral // Neutral Evil
  9. if (x > y) { if (x > y) if (x > y)
  10. x = y; { x = y; { x = y;
  11. y = z; y = z; y = z; }
  12. } }
  13.  
  14. // Chaotic Good // Chaotic Neutral // Chaotic Evil
  15. if (x > y) { x = y; y = z; } if (x > y) { x = y; if (x > y) {
  16. y = z; } x = y ;
  17. y = z ;}
Add Comment
Please, Sign In to add comment