summaryrefslogtreecommitdiffstats
path: root/src/include/eiotas_door.h
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-23 12:01:08 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-23 12:01:08 +0200
commitea1ed4eea16de9da03db47e15d5e83456082ade0 (patch)
tree53e71d6ddfb74dd5ea66b2f878318c6650b78fb5 /src/include/eiotas_door.h
parent216fb6d612dadf33201af4935e52a1a1f99cfd58 (diff)
downloadedoors-ea1ed4eea16de9da03db47e15d5e83456082ade0.zip
edoors-ea1ed4eea16de9da03db47e15d5e83456082ade0.tar.gz
cleanup structs
Diffstat (limited to 'src/include/eiotas_door.h')
-rw-r--r--src/include/eiotas_door.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/eiotas_door.h b/src/include/eiotas_door.h
index 3b40415..05060c4 100644
--- a/src/include/eiotas_door.h
+++ b/src/include/eiotas_door.h
@@ -28,8 +28,8 @@
typedef struct _Eiotas_Door Eiotas_Door;
struct _Eiotas_Door {
- Eiotas_Iota iota; /* structural info */
- Eiotas_User_Bits user_bits; /* user bits */
+ Eiotas_Iota iota; /* structural info */
+ Eiotas_User_Bits user_bits; /* user bits */
};
void eiotas_door_free(Eiotas_Door *door);