mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
apply proper formatting in comment
This commit is contained in:
@@ -21,7 +21,7 @@ predicate initFunc(GlobalVariable v, Function f) {
|
||||
)
|
||||
}
|
||||
|
||||
/** Holds if `v` has an initializer in function `f` that dominates `node`. **/
|
||||
/** Holds if `v` has an initializer in function `f` that dominates `node`. */
|
||||
predicate dominatingInitInFunc(GlobalVariable v, Function f, ControlFlowNode node) {
|
||||
exists(VariableAccess initAccess |
|
||||
v.getAnAccess() = initAccess and
|
||||
|
||||
Reference in New Issue
Block a user