Fix misleading indentation
This commit is contained in:
parent
682ecc1745
commit
383f568a64
1 changed files with 3 additions and 3 deletions
6
tccgen.c
6
tccgen.c
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue