From 8e13e8ab11d030f9c8dfd1883b91c257964b75da Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 27 Apr 2012 05:33:22 -0400 Subject: [PATCH] whitespace --- typedef.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedef.c b/typedef.c index d51693e..106310a 100644 --- a/typedef.c +++ b/typedef.c @@ -73,7 +73,7 @@ int typedef_add(struct lex_file *file, const char *from, const char *to) { /* search the typedefs for it (typedef-a-typedef?) */ typedef_node *find = typedef_table[typedef_hash(from)]; if (find) { - typedef_table[hash] = mem_a(sizeof(typedef_node)); + typedef_table[hash] = mem_a(sizeof(typedef_node)); if (typedef_table[hash]) typedef_table[hash]->name = util_strdup(find->name); else -- 2.39.2