mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0028643: Coding rules - eliminate GCC compiler warnings -Wmisleading-indentation
This commit is contained in:
@@ -1827,8 +1827,11 @@ void TPrsStd_ConstraintTools::ComputeOffset (const Handle(TDataXtd_Constraint)&
|
||||
}
|
||||
|
||||
if (is_planar)
|
||||
{
|
||||
ais->SetCustomPlane (aplane->Pln());
|
||||
anAIS = ais;
|
||||
}
|
||||
|
||||
anAIS = ais;
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user