Skip to content

Commit dbd8432

Browse files
committed
C++: autoformat
1 parent 2b382d5 commit dbd8432

File tree

1 file changed

+1
-3
lines changed
  • cpp/ql/src/semmle/code/cpp/ir/implementation/internal

1 file changed

+1
-3
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/internal/TOperand.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ private module Internal {
5555
) {
5656
defInstr = AliasedConstruction::getPhiOperandDefinition(useInstr, predecessorBlock, overlap)
5757
} or
58-
TAliasedChiOperand(TAliasedSSAChiInstruction useInstr, ChiOperandTag tag) {
59-
any()
60-
}
58+
TAliasedChiOperand(TAliasedSSAChiInstruction useInstr, ChiOperandTag tag) { any() }
6159
}
6260

6361
/**

0 commit comments

Comments
 (0)