Skip to content

Commit 6a1b283

Browse files
committed
Modify comment to follow standard convention.
1 parent 0c20066 commit 6a1b283

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ std::int32_t func1() { // COMPLIANT: Called from main
2020
return mains::var + func2(); // func2 called here.
2121
}
2222

23-
std::int32_t uncalled_func() // NON COMPLIANT: Not called.
23+
std::int32_t uncalled_func() // NON_COMPLIANT: Not called.
2424
{
2525
return mains::var + func1(); // func1 called here.
2626
}

0 commit comments

Comments
 (0)