Improved on funciton .ADDRSIZE. Conform to coding style.

This commit is contained in:
JT
2015-04-20 17:20:54 -04:00
parent c6f45a338c
commit dfddf8f9d2
2 changed files with 32 additions and 36 deletions

View File

@@ -739,9 +739,10 @@ static token_t FindDotKeyword (void)
default:
break;
}
return R->Tok;
}
else {
} else {
return TOK_NONE;
}
}