diff options
author | Luminarys <kizunanohikari@gmail.com> | 2015-08-10 14:09:51 -0500 |
---|---|---|
committer | Luminarys <kizunanohikari@gmail.com> | 2015-08-10 14:09:51 -0500 |
commit | 7c02a1967b3d6345754b69a716459534bd2e1620 (patch) | |
tree | 0d2aeedba067a56ad72ab1ddc109a3b5adb389bc /sway/list.h | |
parent | 68beabda0382e63d2c0101d78893eb20967dbe43 (diff) |
Spaces to Tabs
Diffstat (limited to 'sway/list.h')
-rw-r--r-- | sway/list.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/list.h b/sway/list.h index 93649fd5..e035ec4c 100644 --- a/sway/list.h +++ b/sway/list.h @@ -2,9 +2,9 @@ #define _SWAY_LIST_H typedef struct { - int capacity; - int length; - void **items; + int capacity; + int length; + void **items; } list_t; list_t *create_list(); |