Skip to content

Commit 6c5a62f

Browse files
committed
Fix formatting.
1 parent 9dfe737 commit 6c5a62f

File tree

1 file changed

+2
-2
lines changed
  • c/misra/test/rules/RULE-10-1

1 file changed

+2
-2
lines changed

c/misra/test/rules/RULE-10-1/test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,6 @@ void pointerType() {
492492
b || b; // COMPLIANT
493493
p || b; // NON_COMPLIANT
494494
b || p; // NON_COMPLIANT
495-
p+=1; // COMPLIANT
496-
p-=1; // COMPLIANT
495+
p += 1; // COMPLIANT
496+
p -= 1; // COMPLIANT
497497
}

0 commit comments

Comments
 (0)