Skip to content

Commit a13f355

Browse files
committed
C++: autoformat fixup
1 parent e29f517 commit a13f355

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ module InstructionSanity {
272272
func = switchInstr.getEnclosingIRFunction() and
273273
funcText = Language::getIdentityString(func.getFunction())
274274
}
275-
}
275+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ module InstructionSanity {
272272
func = switchInstr.getEnclosingIRFunction() and
273273
funcText = Language::getIdentityString(func.getFunction())
274274
}
275-
}
275+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ module InstructionSanity {
272272
func = switchInstr.getEnclosingIRFunction() and
273273
funcText = Language::getIdentityString(func.getFunction())
274274
}
275-
}
275+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ module InstructionSanity {
272272
func = switchInstr.getEnclosingIRFunction() and
273273
funcText = Language::getIdentityString(func.getFunction())
274274
}
275-
}
275+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ module InstructionSanity {
272272
func = switchInstr.getEnclosingIRFunction() and
273273
funcText = Language::getIdentityString(func.getFunction())
274274
}
275-
}
275+
}

0 commit comments

Comments
 (0)