]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeTables.h
Salome HOME
Update line endings according to coding rules
[modules/shaper.git] / src / Model / Model_AttributeTables.h
index 8752ffa72848a65cfc5ba2675ec22de04466021b..62ac72254dd5e04b16aed60b708a2f77b1332de1 100644 (file)
@@ -22,7 +22,7 @@
 ///
 /// The type of values can be changed. But all the values in the tables must have the same one
 /// type. The currently allowed types now are: Boolean, Integer, Double, String.
-/// By default there is only one table, but it may be increased/decreased by adding/removing 
+/// By default there is only one table, but it may be increased/decreased by adding/removing
 /// tables one by one.
 /// The number of rows and columns are equal in all tables. If table, row or column is added,
 /// the previous values are kept unchanged. New cells are filled by zero, false or empty strings.