Skip to content

Commit 93c485f

Browse files
committed
apply proper formatting in comment
1 parent 434973f commit 93c485f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Critical/GlobalUseBeforeInit.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ predicate initFunc(GlobalVariable v, Function f) {
2121
)
2222
}
2323

24-
/** Holds if `v` has an initializer in function `f` that dominates `node`. **/
24+
/** Holds if `v` has an initializer in function `f` that dominates `node`. */
2525
predicate dominatingInitInFunc(GlobalVariable v, Function f, ControlFlowNode node) {
2626
exists(VariableAccess initAccess |
2727
v.getAnAccess() = initAccess and

0 commit comments

Comments
 (0)