Skip to content

Commit 4c0d5c9

Browse files
author
Dave Bartolomeo
committed
C++: Fix formatting
1 parent 1526400 commit 4c0d5c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/IRConstruction.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ private module Cached {
5252
}
5353

5454
cached
55-
predicate hasDynamicInitializationFlag(Function func, StaticStorageDurationVariable var, CppType type) {
55+
predicate hasDynamicInitializationFlag(
56+
Function func, StaticStorageDurationVariable var, CppType type
57+
) {
5658
var.(LocalVariable).getFunction() = func and
5759
var.hasDynamicInitialization() and
5860
type = getBoolType()

0 commit comments

Comments
 (0)