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:
@@ -26,12 +26,16 @@
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepSelect_Activator,IFSelect_Activator)
|
||||
|
||||
static int initActivator = 0;
|
||||
|
||||
static int THE_StepSelect_Activator_initActivator = 0;
|
||||
|
||||
StepSelect_Activator::StepSelect_Activator ()
|
||||
{
|
||||
if (initActivator) return; initActivator = 1;
|
||||
if (THE_StepSelect_Activator_initActivator)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
THE_StepSelect_Activator_initActivator = 1;
|
||||
// Add ( 0,"load");
|
||||
// Add ( 0,"loadstep"); // homonyme
|
||||
// Add ( 1,"entity");
|
||||
|
Reference in New Issue
Block a user