From 7c02a1967b3d6345754b69a716459534bd2e1620 Mon Sep 17 00:00:00 2001 From: Luminarys Date: Mon, 10 Aug 2015 14:09:51 -0500 Subject: Spaces to Tabs --- sway/list.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sway/list.h') 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(); -- cgit v1.2.3-54-g00ecf