mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
C++: Fix formatting
This commit is contained in:
@@ -52,7 +52,9 @@ private module Cached {
|
||||
}
|
||||
|
||||
cached
|
||||
predicate hasDynamicInitializationFlag(Function func, StaticStorageDurationVariable var, CppType type) {
|
||||
predicate hasDynamicInitializationFlag(
|
||||
Function func, StaticStorageDurationVariable var, CppType type
|
||||
) {
|
||||
var.(LocalVariable).getFunction() = func and
|
||||
var.hasDynamicInitialization() and
|
||||
type = getBoolType()
|
||||
|
||||
Reference in New Issue
Block a user