From 8cc65bef98fcac248cf0655533c18fb6e1c0ea98 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Thu, 28 Aug 2008 11:23:30 +0000 Subject: [PATCH] Reduce indentation. [r21534] --- parser.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/parser.c b/parser.c index 8a79feb..d764818 100644 --- a/parser.c +++ b/parser.c @@ -3399,10 +3399,8 @@ warn_about_long_long: type->atomic.akind = atomic_type; } newtype = true; - } else { - if (type_specifiers != 0) { - errorf(HERE, "multiple datatypes in declaration"); - } + } else if (type_specifiers != 0) { + errorf(HERE, "multiple datatypes in declaration"); } /* FIXME: check type qualifiers here */ -- 2.20.1