Salome HOME
Issue #529 : 4.07. Import IGES, export to BREP, STEP, IGES - Export IGES with versions
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_STEPExport.cpp
index 9454f4a06a112a74b42a14b90e1f566a843c9f4e..5cc71b056557a402f0ce7a83d08e1ec0b5f060e1 100644 (file)
@@ -9,11 +9,11 @@
 
 namespace STEPExport {
 
-bool Export (const TCollection_AsciiString& theFileName,
-             const TCollection_AsciiString& theFormatName,
-             const TopoDS_Shape& theShape,
-             TCollection_AsciiString&       theError,
-             const TDF_Label&               theShapeLabel)
+bool Export(const TCollection_AsciiString& theFileName,
+            const TCollection_AsciiString& theFormatName,
+            const TopoDS_Shape& theShape,
+            TCollection_AsciiString& theError,
+            const TDF_Label& theShapeLabel)
 {
   #ifdef _DEBUG
   std::cout << "Export STEP into file " << theFileName.ToCString() << std::endl;