mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
conform to prevailing if bracket style
This commit is contained in:
parent
6ebe551919
commit
d5d9183ccf
@ -464,8 +464,7 @@ static void GetSegExprValInternal (ExprNode* Expr, SegExprDesc* D, int Sign)
|
||||
{
|
||||
Export* E;
|
||||
|
||||
if (Expr == 0)
|
||||
{
|
||||
if (Expr == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user