From: JT Date: Mon, 20 Jul 2015 23:16:48 +0000 (-0400) Subject: Style again X-Git-Tag: V2.16~243^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cacc5e2acee7672932aeb98092f5e2942e13aeb8;p=cc65 Style again --- diff --git a/src/ca65/scanner.c b/src/ca65/scanner.c index 16e67ee8a..aaba56764 100644 --- a/src/ca65/scanner.c +++ b/src/ca65/scanner.c @@ -1423,8 +1423,7 @@ CharAgain: /* Ignore the '\n' */ NextChar (); goto Again; - } - else { + } else { /* Make it clear what the problem is: */ Error ("EOL expected."); }