aboutgitcodelistschat:MatrixIRC
path: root/gluten.h
diff options
context:
space:
mode:
Diffstat (limited to 'gluten.h')
-rw-r--r--gluten.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gluten.h b/gluten.h
index fab1613..e027923 100644
--- a/gluten.h
+++ b/gluten.h
@@ -53,8 +53,8 @@ enum action_type {
};
enum value_type {
- IMMEDIATE,
- REFERENCE,
+ IMMEDIATE,
+ REFERENCE,
};
struct act_call {
@@ -87,7 +87,6 @@ struct fd_type {
uint32_t fd;
uint16_t fd_off;
};
-
};
struct act_inject {