Skip to content

Commit 01c2f0c

Browse files
author
Dave Bartolomeo
committed
C++/C#: Fix formatting
1 parent 42c659b commit 01c2f0c

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRConsistency.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ module InstructionConsistency {
158158
operand = instr.getAnOperand() and
159159
def = operand.getAnyDef() and
160160
not def.isResultModeled() and
161-
message =
162-
"Memory operand definition has unmodeled result in function '$@'" and
161+
message = "Memory operand definition has unmodeled result in function '$@'" and
163162
func = instr.getEnclosingIRFunction() and
164163
funcText = Language::getIdentityString(func.getFunction())
165164
)

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRConsistency.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ module InstructionConsistency {
158158
operand = instr.getAnOperand() and
159159
def = operand.getAnyDef() and
160160
not def.isResultModeled() and
161-
message =
162-
"Memory operand definition has unmodeled result in function '$@'" and
161+
message = "Memory operand definition has unmodeled result in function '$@'" and
163162
func = instr.getEnclosingIRFunction() and
164163
funcText = Language::getIdentityString(func.getFunction())
165164
)

cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRConsistency.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ module InstructionConsistency {
158158
operand = instr.getAnOperand() and
159159
def = operand.getAnyDef() and
160160
not def.isResultModeled() and
161-
message =
162-
"Memory operand definition has unmodeled result in function '$@'" and
161+
message = "Memory operand definition has unmodeled result in function '$@'" and
163162
func = instr.getEnclosingIRFunction() and
164163
funcText = Language::getIdentityString(func.getFunction())
165164
)

csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRConsistency.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ module InstructionConsistency {
158158
operand = instr.getAnOperand() and
159159
def = operand.getAnyDef() and
160160
not def.isResultModeled() and
161-
message =
162-
"Memory operand definition has unmodeled result in function '$@'" and
161+
message = "Memory operand definition has unmodeled result in function '$@'" and
163162
func = instr.getEnclosingIRFunction() and
164163
funcText = Language::getIdentityString(func.getFunction())
165164
)

csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/IRConsistency.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ module InstructionConsistency {
158158
operand = instr.getAnOperand() and
159159
def = operand.getAnyDef() and
160160
not def.isResultModeled() and
161-
message =
162-
"Memory operand definition has unmodeled result in function '$@'" and
161+
message = "Memory operand definition has unmodeled result in function '$@'" and
163162
func = instr.getEnclosingIRFunction() and
164163
funcText = Language::getIdentityString(func.getFunction())
165164
)

0 commit comments

Comments
 (0)