Salome HOME
Update line endings according to coding rules
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeTables.h
index 2534897851eb4e02eacdf67379071a8dd21797ed..072dc2fd0ef5a3018e04a58e812ce971f0e2ff45 100644 (file)
@@ -18,7 +18,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.