Salome HOME
bos #29098 Merge branch 'CR29098'
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_STLExport.h
index a08549e06247831f5558b3aa6d40991c5829ee44..cd52b57158494a0b20ccaaab31a6d7c153295ff0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -31,7 +31,7 @@ GEOMALGOAPI_EXPORT
 bool STLExport(const std::string& theFileName,
                const std::shared_ptr<GeomAPI_Shape>& theShape,
                const double theDeflection,
-               const bool theIsRelative, 
+               const bool theIsRelative,
                const bool theIsASCII,
                std::string& theError);