Skip to content

Commit 4297f0a

Browse files
committed
Formatted using clang-format
1 parent a7dd290 commit 4297f0a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cpp/autosar/test/rules/A5-1-3/test.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ void test() {
3232

3333
#define PARAM_MACRO [](int i) { i; };
3434

35-
int test_lambda_in_macro()
36-
{
35+
int test_lambda_in_macro() {
3736
PARAM_MACRO // COMPLIANT
38-
return 0;
37+
return 0;
3938
}

0 commit comments

Comments
 (0)