Whitespaces/newlines fixes.

This commit is contained in:
acqn
2020-07-18 10:34:57 +08:00
committed by Oliver Schmidt
parent 9198b3be00
commit 333fa97326
2 changed files with 1 additions and 2 deletions

View File

@@ -1780,7 +1780,7 @@ static void DefineData (ExprDesc* Expr)
case E_LOC_ABS: case E_LOC_ABS:
/* Absolute numeric address */ /* Absolute numeric address */
g_defdata (CF_ABSOLUTE | TypeOf(Expr->Type) | CF_CONST, Expr->IVal, 0); g_defdata (CF_ABSOLUTE | TypeOf (Expr->Type) | CF_CONST, Expr->IVal, 0);
break; break;
case E_LOC_GLOBAL: case E_LOC_GLOBAL:

View File

@@ -1029,7 +1029,6 @@ static void ArrayRef (ExprDesc* Expr)
/* Adjust the offset */ /* Adjust the offset */
Expr->IVal += Subscript.IVal; Expr->IVal += Subscript.IVal;
} else { } else {
/* Scale the rhs value according to the element type */ /* Scale the rhs value according to the element type */