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:
@@ -97,7 +97,11 @@ static Standard_Integer XSTEPDRAWRUN (Draw_Interpretor& , Standard_Integer argc,
|
||||
|
||||
void XSDRAW::LoadDraw (Draw_Interpretor& theCommands)
|
||||
{
|
||||
if (dejald) return; dejald = 1;
|
||||
if (dejald)
|
||||
{
|
||||
return;
|
||||
}
|
||||
dejald = 1;
|
||||
// Pour tout faire d un coup : BRepTest & cie:
|
||||
LoadSession();
|
||||
|
||||
|
Reference in New Issue
Block a user