Skip to content

Commit d0807db

Browse files
committed
Corrected formatting
1 parent 26f2b31 commit d0807db

File tree

1 file changed

+1
-1
lines changed
  • cpp/autosar/test/rules/M0-1-10.1

1 file changed

+1
-1
lines changed

cpp/autosar/test/rules/M0-1-10.1/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ std::int32_t func2() // COMPLIANT: Called from func1
1616
return mains::var + 20;
1717
}
1818

19-
std::int32_t func1() { // COMPLIANT: Called from main
19+
std::int32_t func1() { // COMPLIANT: Called from main
2020
return mains::var + func2(); // func2 called here.
2121
}
2222

0 commit comments

Comments
 (0)