Skip to content

Commit a43131a

Browse files
committed
C++: Fix formatting
1 parent cd644ca commit a43131a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Underspecified Functions/ImplicitFunctionDeclaration.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ where
4545
not mistypedFunctionArguments(fc, _, _) and
4646
not tooFewArguments(fc, _) and
4747
not tooManyArguments(fc, _)
48-
select fc, "Function call implicitly declares '" + fdeIm.getName() + "'."
48+
select fc, "Function call implicitly declares '" + fdeIm.getName() + "'."

0 commit comments

Comments
 (0)