mirror of
https://github.com/cc65/cc65.git
synced 2025-02-11 15:30:52 +00:00
Whitespaces/newlines fixes.
This commit is contained in:
parent
9198b3be00
commit
333fa97326
@ -1780,7 +1780,7 @@ static void DefineData (ExprDesc* Expr)
|
||||
|
||||
case E_LOC_ABS:
|
||||
/* 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;
|
||||
|
||||
case E_LOC_GLOBAL:
|
||||
|
@ -1029,7 +1029,6 @@ static void ArrayRef (ExprDesc* Expr)
|
||||
/* Adjust the offset */
|
||||
Expr->IVal += Subscript.IVal;
|
||||
|
||||
|
||||
} else {
|
||||
|
||||
/* Scale the rhs value according to the element type */
|
||||
|
Loading…
x
Reference in New Issue
Block a user