aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir.cpp')
-rw-r--r--src/ir.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ir.cpp b/src/ir.cpp
index 4056dc88f..e015a7056 100644
--- a/src/ir.cpp
+++ b/src/ir.cpp
@@ -376,12 +376,12 @@ enum irParamPasskind {
};
struct irValueParam {
- irParamPasskind kind;
- irProcedure * parent;
- Entity * entity;
- Type * type;
- Type * original_type;
- Array<irValue *> referrers;
+ irParamPasskind kind;
+ irProcedure * parent;
+ Entity * entity;
+ Type * type;
+ Type * original_type;
+ Array<irValue *> referrers;
};
struct irValue {