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
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
rc = RC_INT;
|
rc = RC_INT;
|
||||||
gv(rc);
|
gv(rc);
|
||||||
save_regs(1);
|
save_regs(1);
|
||||||
}
|
}
|
||||||
if (tok == ':' && gnu_ext) {
|
if (tok == ':' && gnu_ext) {
|
||||||
gv_dup();
|
gv_dup();
|
||||||
|
|
Loading…
Reference in a new issue