Fix indentation.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 9 Aug 2008 07:34:10 +0000 (07:34 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 9 Aug 2008 07:34:10 +0000 (07:34 +0000)
[r21077]

parser.c

index 87b8c4d..60c6f80 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -2326,7 +2326,7 @@ static initializer_t *parse_sub_initializer(type_path_t *path,
                                if(type == NULL) {
                                        if (env->declaration != NULL) {
                                                errorf(HERE, "extra brace group at end of initializer for '%Y'",
-                                               env->declaration->symbol);
+                                                      env->declaration->symbol);
                                        } else {
                                                errorf(HERE, "extra brace group at end of initializer");
                                        }