Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / ModuleBase / ModuleBase_Tools.h
index 3a2dbacfffacbc88b11387e7bffbb6d3183d5ff9..e2a09c54624833ac3bd0d9f17aa25e7aa0fc2222 100644 (file)
@@ -2,7 +2,6 @@
 // Created:     11 July 2014
 // Author:      Vitaly Smetannikov
 
-
 #ifndef ModuleBase_Tools_H
 #define ModuleBase_Tools_H
 
 
 class GeomAPI_Shape;
 
-namespace ModuleBase_Tools 
-{
+namespace ModuleBase_Tools {
 
-  /**
 * Returns returns a shape if the result has a shape method. Otherwise returns NULL pointer
 */
-  MODULEBASE_EXPORT boost::shared_ptr<GeomAPI_Shape> shape(ResultPtr theResult);
+/**
+ * Returns returns a shape if the result has a shape method. Otherwise returns NULL pointer
+ */
+MODULEBASE_EXPORT boost::shared_ptr<GeomAPI_Shape> shape(ResultPtr theResult);
 
-  MODULEBASE_EXPORT FeaturePtr feature(ObjectPtr theObject);
+MODULEBASE_EXPORT FeaturePtr feature(ObjectPtr theObject);
 
-};
+}
+;
 
-#endif
\ No newline at end of file
+#endif