Fix formatting breakage from "rogue tabs" commit.

This commit is contained in:
gus knight 2015-07-29 09:54:03 -04:00
parent 271abe7117
commit 7f5b95ea32
9 changed files with 403 additions and 405 deletions

View File

@ -4783,8 +4783,7 @@ static void label_or_decl(int l)
int last_tok;
/* fast test first */
if (tok >= TOK_UIDENT)
{
if (tok >= TOK_UIDENT) {
/* no need to save tokc because tok is an identifier */
last_tok = tok;
next();

View File

@ -1817,8 +1817,7 @@ int gtst(int inv, int t)
vtop->c.i &= ~0x100;
if (!inv == (vtop->c.i != TOK_NE))
o(0x067a); /* jp +6 */
else
{
else {
g(0x0f);
t = psym(0x8a, t); /* jp t */
}