Skip to content

Commit 94c2bba

Browse files
author
Dave Bartolomeo
committed
C++/C#: Fix formatting
1 parent 1c32e4c commit 94c2bba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ private import Imports::Opcode
1212
* all of the branches that can appear in that particular stage. The public `Instruction` class for
1313
* each phase extends the `TStageInstruction` type for that stage.
1414
*/
15-
cached newtype TInstruction =
15+
cached
16+
newtype TInstruction =
1617
TRawInstruction(
1718
IRFunctionBase irFunc, Opcode opcode, Language::AST ast,
1819
IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2

csharp/ql/src/semmle/code/csharp/ir/implementation/internal/TInstruction.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ private import Imports::Opcode
1212
* all of the branches that can appear in that particular stage. The public `Instruction` class for
1313
* each phase extends the `TStageInstruction` type for that stage.
1414
*/
15-
cached newtype TInstruction =
15+
cached
16+
newtype TInstruction =
1617
TRawInstruction(
1718
IRFunctionBase irFunc, Opcode opcode, Language::AST ast,
1819
IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2

0 commit comments

Comments
 (0)