Skip to content

Commit de2d23b

Browse files
committed
C++/C#: autoformat
1 parent cc99ddf commit de2d23b

File tree

10 files changed

+10
-5
lines changed

10 files changed

+10
-5
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
315315
config.shouldEvaluateDebugStringsForFunction(this.getEnclosingFunction())
316316
)
317317
}
318+
318319
/**
319320
* Gets a string describing the operation of this instruction. This includes
320321
* the opcode and the immediate value, if any. For example:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import semmle.code.cpp.ir.internal.IRCppLanguage as Language
22
import SSAConstruction as Construction
3-
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
3+
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
315315
config.shouldEvaluateDebugStringsForFunction(this.getEnclosingFunction())
316316
)
317317
}
318+
318319
/**
319320
* Gets a string describing the operation of this instruction. This includes
320321
* the opcode and the immediate value, if any. For example:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import semmle.code.cpp.ir.internal.IRCppLanguage as Language
22
import IRConstruction as Construction
3-
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
3+
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
315315
config.shouldEvaluateDebugStringsForFunction(this.getEnclosingFunction())
316316
)
317317
}
318+
318319
/**
319320
* Gets a string describing the operation of this instruction. This includes
320321
* the opcode and the immediate value, if any. For example:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import semmle.code.cpp.ir.internal.IRCppLanguage as Language
22
import SSAConstruction as Construction
3-
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
3+
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
315315
config.shouldEvaluateDebugStringsForFunction(this.getEnclosingFunction())
316316
)
317317
}
318+
318319
/**
319320
* Gets a string describing the operation of this instruction. This includes
320321
* the opcode and the immediate value, if any. For example:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import semmle.code.csharp.ir.internal.IRCSharpLanguage as Language
22
import IRConstruction as Construction
3-
import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration
3+
import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
315315
config.shouldEvaluateDebugStringsForFunction(this.getEnclosingFunction())
316316
)
317317
}
318+
318319
/**
319320
* Gets a string describing the operation of this instruction. This includes
320321
* the opcode and the immediate value, if any. For example:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import semmle.code.csharp.ir.internal.IRCSharpLanguage as Language
22
import SSAConstruction as Construction
3-
import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration
3+
import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration

0 commit comments

Comments
 (0)