mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-10 06:50:10 +08:00
Fix formatting breakage from "rogue tabs" commit.
This commit is contained in:
parent
271abe7117
commit
7f5b95ea32
@ -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();
|
||||
|
@ -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 */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user