From 4b6e1004cce6d7ce159270bac6df1d09d465a0db Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Mon, 9 Apr 2012 20:12:00 -0400 Subject: [PATCH] Formatting --- typedef.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/typedef.c b/typedef.c index fcd2b18..6acfa85 100644 --- a/typedef.c +++ b/typedef.c @@ -168,10 +168,10 @@ int typedef_add(const char *from, const char *to) { /* check if the type exists first */ if (strncmp(from, "void", sizeof("void")) == 0 || - strncmp(from, "string", sizeof("string")) == 0 || - strncmp(from, "float", sizeof("float")) == 0 || - strncmp(from, "vector", sizeof("vector")) == 0 || - strncmp(from, "entity", sizeof("entity")) == 0) { + strncmp(from, "string", sizeof("string")) == 0 || + strncmp(from, "float", sizeof("float")) == 0 || + strncmp(from, "vector", sizeof("vector")) == 0 || + strncmp(from, "entity", sizeof("entity")) == 0) { typedef_table[hash] = mem_a(sizeof(typedef_node)); typedef_table[hash]->name = strdup(from); -- 2.39.2