Skip to content

Commit d6a5ca8

Browse files
committed
Fix formatting of test.c
1 parent 999a55b commit d6a5ca8

File tree

1 file changed

+0
-1
lines changed
  • c/common/test/rules/objectcopiedtoanoverlappingobject

1 file changed

+0
-1
lines changed

c/common/test/rules/objectcopiedtoanoverlappingobject/test.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,3 @@ void test_unions() {
5757
memcpy(&u1.m2.m2, &u1.m1, sizeof(u1.m1)); // NON_COMPLIANT
5858
memcpy(&u2.diff.suffix, &u2.fnv.suffix, sizeof(u2.fnv.suffix)); // COMPLIANT
5959
}
60-

0 commit comments

Comments
 (0)