Whitespace fix.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 19 May 2011 05:38:56 +0000 (07:38 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 19 May 2011 05:38:56 +0000 (07:38 +0200)
attribute.c

index 97be026..2c5e90b 100644 (file)
@@ -286,7 +286,7 @@ static void handle_attribute_asm(const attribute_t *attribute,
                       "Invalid asm attribute expression");
        symbol_t *sym = symbol_table_insert(expression->string_literal.value.begin);
        entity->function.actual_name = sym;
-       assert (argument->next == NULL);
+       assert(argument->next == NULL);
        return;
 }