mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0028643: Coding rules - eliminate GCC compiler warnings -Wmisleading-indentation
This commit is contained in:
@@ -936,8 +936,10 @@ static Standard_Integer movepole (Draw_Interpretor& , Standard_Integer n, const
|
||||
if (GBz.IsNull()) {
|
||||
GBs = DrawTrSurf::GetBSplineSurface(a[1]);
|
||||
if (GBs.IsNull())
|
||||
{
|
||||
return 1;
|
||||
BSpline = Standard_True;
|
||||
}
|
||||
BSpline = Standard_True;
|
||||
}
|
||||
|
||||
Standard_Real dx = Draw::Atof(a[n-3]);
|
||||
@@ -1227,8 +1229,10 @@ static Standard_Integer sfindp (Draw_Interpretor& , Standard_Integer n, const ch
|
||||
if (GBz.IsNull()) {
|
||||
GBs = DrawTrSurf::GetBSplineSurface(a[1]);
|
||||
if (GBs.IsNull())
|
||||
{
|
||||
return 1;
|
||||
BSpline = Standard_True;
|
||||
}
|
||||
BSpline = Standard_True;
|
||||
}
|
||||
|
||||
Standard_Integer UIndex = 0;
|
||||
|
Reference in New Issue
Block a user