Salome HOME
Added option to create Construction Point by intersection of line and plane.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Boolean.h
index df42f8e3b33cf724673eaf9b0538adb38a899a52..39175ee2e6a1f45de9442bcdd39a6edd65cb5706 100644 (file)
@@ -19,7 +19,7 @@ class GeomAlgoAPI_Boolean : public GeomAlgoAPI_MakeShape
 {
 public:
   /// Type of booelan operation
-  enum OperationType{
+  enum OperationType {
     BOOL_CUT,   ///< Cut objects
     BOOL_FUSE,  ///< Fuse objects
     BOOL_COMMON ///< Take common part of objects