C++/C#: Fix formatting

This commit is contained in:
Dave Bartolomeo
2020-06-05 17:14:14 -04:00
parent 1c32e4cc68
commit 94c2bba584
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ private import Imports::Opcode
* all of the branches that can appear in that particular stage. The public `Instruction` class for
* each phase extends the `TStageInstruction` type for that stage.
*/
cached newtype TInstruction =
cached
newtype TInstruction =
TRawInstruction(
IRFunctionBase irFunc, Opcode opcode, Language::AST ast,
IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2