Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added one space. the use of spacing is different in this rule than all other rules, but i'm assuming that is for emphasis

...

Code Block
bgColor#ccccff
langc
do { /* ... */ } while ( foo(), (x = y) != 0 ) ;

Noncompliant Code Example

...