conform to prevailing if bracket style
This commit is contained in:
parent
6ebe551919
commit
d5d9183ccf
1 changed files with 1 additions and 2 deletions
|
@ -464,8 +464,7 @@ static void GetSegExprValInternal (ExprNode* Expr, SegExprDesc* D, int Sign)
|
|||
{
|
||||
Export* E;
|
||||
|
||||
if (Expr == 0)
|
||||
{
|
||||
if (Expr == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue