mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0032640: Coding Rules - fix misprints in GeomliteTest_API2dCommands.cxx
This commit is contained in:
@@ -7140,6 +7140,11 @@ static Standard_Integer VAnimation (Draw_Interpretor& theDI,
|
||||
}
|
||||
}
|
||||
}
|
||||
if (anAnimation.IsNull())
|
||||
{
|
||||
Message::SendFail() << "Syntax error: wrong number of arguments";
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (anArgIter >= theArgNb)
|
||||
{
|
||||
|
Reference in New Issue
Block a user