Date: Friday, December 2, 2005 @ 10:05:03
  Author: gilles
    Path: /cvsroot/carob/carob/include

Modified: Field.hpp (1.6 -> 1.7)

Formatting fixes


-----------+
 Field.hpp |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: carob/include/Field.hpp
diff -u carob/include/Field.hpp:1.6 carob/include/Field.hpp:1.7
--- carob/include/Field.hpp:1.6 Thu Dec  1 19:10:15 2005
+++ carob/include/Field.hpp     Fri Dec  2 10:05:03 2005
@@ -154,14 +154,14 @@
   std::wstring toString() { return getFullName(); }
 
 private:
-  std::wstring             table_name;
+  std::wstring        table_name;
   bool                table_name_not_null;
-  std::wstring             field_name;
-  std::wstring             field_label;
+  std::wstring        field_name;
+  std::wstring        field_label;
   int32_t             column_display_size;
   int32_t             sql_type;
-  std::wstring             type_name;
-  std::wstring             column_class_name;
+  std::wstring        type_name;
+  std::wstring        column_class_name;
   bool                is_auto_increment;
   bool                is_case_sensitive;
   bool                is_currency;

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to