Skip to content

Commit ec2c9ab

Browse files
Changes to satisfy ci/cd: different format versions and paths
1 parent ff5cbe9 commit ec2c9ab

File tree

4 files changed

+134
-134
lines changed

4 files changed

+134
-134
lines changed

cpp/misra/test/rules/RULE-8-0-1/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void f9() {
201201
// COMPLIANT: Lambda expressions (excluded from rule)
202202
auto l4 = [&]() {
203203
return l1 + l2 * 2; // NON_COMPLIANT: lambda body still checked
204-
}(); // COMPLIANT: lambda definition is always compliant
204+
}(); // COMPLIANT: lambda definition is always compliant
205205
}
206206

207207
// Test macros

0 commit comments

Comments
 (0)