Fix misleading indentation

This commit is contained in:
Michael Matz 2016-10-14 17:46:04 +02:00
parent 682ecc1745
commit 383f568a64

View File

@ -4676,9 +4676,9 @@ static void expr_cond(void)
#endif
}
else
rc = RC_INT;
gv(rc);
save_regs(1);
rc = RC_INT;
gv(rc);
save_regs(1);
}
if (tok == ':' && gnu_ext) {
gv_dup();