mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 20:25:20 +00:00
conform to prevailing if bracket style
This commit is contained in:
@@ -464,8 +464,7 @@ static void GetSegExprValInternal (ExprNode* Expr, SegExprDesc* D, int Sign)
|
||||
{
|
||||
Export* E;
|
||||
|
||||
if (Expr == 0)
|
||||
{
|
||||
if (Expr == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user