Skip to content

Commit 2655616

Browse files
committed
C++: Autoformat.
1 parent 9719da8 commit 2655616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/Microsoft/SAL.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class SALMacro extends Macro {
2727
}
2828
}
2929

30-
private pragma[noinline]
31-
predicate isTopLevelMacroAccess(MacroAccess ma) { not exists(ma.getParentInvocation()) }
30+
pragma[noinline]
31+
private predicate isTopLevelMacroAccess(MacroAccess ma) { not exists(ma.getParentInvocation()) }
3232

3333
/**
3434
* An invocation of a SAL macro (excluding invocations inside other macros).

0 commit comments

Comments
 (0)