]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_Definitions.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / ModuleBase / ModuleBase_Definitions.h
index 9e4bfbc025c236ac5ffe9468b8e96e983f6372da..56049acec437d3ace6a27f5c9922e9c4edcf9629 100644 (file)
@@ -1,4 +1,3 @@
-
 #ifndef ModuleBase_Definitions_H
 #define ModuleBase_Definitions_H
 
@@ -9,8 +8,7 @@
 typedef QList<int> QIntList;       //!< list of int values
 typedef QList<short> QShortList;     //!< list of short int values
 typedef QList<double> QDoubleList;    //!< list of double values
-typedef QList<FeaturePtr> QFeatureList; //!< List of features
-typedef QList<ResultPtr> QResultList; //!< List of results
-
+typedef QList<FeaturePtr> QFeatureList;  //!< List of features
+typedef QList<ResultPtr> QResultList;  //!< List of results
 
-#endif
\ No newline at end of file
+#endif