Skip to content

Commit fd9fc0d

Browse files
format IrreplaceableFunctionLikeMacro.qll
1 parent a1142f3 commit fd9fc0d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cpp/common/src/codingstandards/cpp/IrreplaceableFunctionLikeMacro.qll

+2-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,5 @@ private class FunctionLikeMacroWithOperatorArgument extends IrreplaceableFunctio
5858
}
5959

6060
private class GenericMacro extends IrreplaceableFunctionLikeMacro {
61-
GenericMacro() {
62-
getBody().matches("%_Generic%")
63-
}
64-
}
61+
GenericMacro() { getBody().matches("%_Generic%") }
62+
}

0 commit comments

Comments
 (0)