Skip to content

Commit b68029c

Browse files
committed
Preprocessor5: fix query formatting
1 parent 3bb8b61 commit b68029c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/common/src/codingstandards/cpp/Macro.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ class StringizingOperator extends TStringizingOperator {
6464
string toString() { result = getMacro().toString() }
6565
}
6666

67-
6867
pragma[noinline]
6968
predicate isMacroInvocationLocation(MacroInvocation mi, File f, int startChar, int endChar) {
7069
mi.getActualLocation().charLoc(f, startChar, endChar)
71-
}
70+
}

0 commit comments

Comments
 (0)