Salome HOME
Apply the fix for the issue "0021721: [CEA 590] Invalid groups on cells display in...
[modules/paravis.git] / src / Plugins / TableReader / Reader / TableParser.h
index 9239a2fcb102bdc9fc871406a9d31e8f13b43799..5086fdf0eacb7756ada213c7f136f71a6aaac761 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2013  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -46,8 +46,8 @@ struct Table2D
 };
 
 std::vector<std::string> GetTableNames(const char* fname, const char* separator,
-                                      const bool firstStringAsTitles);
+    const bool firstStringAsTitles);
 Table2D GetTable(const char* fname, const char* separator, const int tableNb,
-                const bool firstStringAsTitles);
+    const bool firstStringAsTitles);
 
 #endif //__TableParser_h_