1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-05 09:29:37 +00:00

conform to prevailing if bracket style

This commit is contained in:
bbbradsmith 2021-02-22 18:17:11 -05:00 committed by greg-king5
parent 6ebe551919
commit d5d9183ccf

View File

@ -464,8 +464,7 @@ static void GetSegExprValInternal (ExprNode* Expr, SegExprDesc* D, int Sign)
{
Export* E;
if (Expr == 0)
{
if (Expr == 0) {
return;
}