Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
if (someCondition)
    a = b + c;

else
    a = b - c;

4-space characters should be used for both tabulation and indentation.

...