diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-23 12:01:08 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-23 12:01:08 +0200 |
commit | ea1ed4eea16de9da03db47e15d5e83456082ade0 (patch) | |
tree | 53e71d6ddfb74dd5ea66b2f878318c6650b78fb5 /src/include/eiotas_board.h | |
parent | 216fb6d612dadf33201af4935e52a1a1f99cfd58 (diff) | |
download | edoors-ea1ed4eea16de9da03db47e15d5e83456082ade0.zip edoors-ea1ed4eea16de9da03db47e15d5e83456082ade0.tar.gz |
cleanup structs
Diffstat (limited to 'src/include/eiotas_board.h')
-rw-r--r-- | src/include/eiotas_board.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/eiotas_board.h b/src/include/eiotas_board.h index 87d628a..4813808 100644 --- a/src/include/eiotas_board.h +++ b/src/include/eiotas_board.h @@ -28,9 +28,9 @@ typedef struct _Eiotas_Board Eiotas_Board; struct _Eiotas_Board { - Eiotas_Iota iota; /* structural info */ - Eiotas_User_Bits user_bits; /* user bits */ - Eina_Hash *postponed; /* TODO Particles */ + Eiotas_Iota iota; /* structural info */ + Eiotas_User_Bits user_bits; /* user bits */ + Eina_Hash *postponed; /* TODO Particles */ }; void eiotas_board_free(Eiotas_Board *board); |