Salome HOME
Update copyrights
[samples/atomic.git] / src / ATOMICGUI / ATOMICGUI_DataModel.cxx
index f360691f6fb842c50669d0bfc7666dbe48bdc46b..ca58b970e69352670fffb32ff188d1c757a1b93b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -400,7 +400,7 @@ bool ATOMICGUI_DataModel::dumpPython( const QString& theURL,
   QString aPrefix = "";
   if(isMultiFile) {
     aScript += "def RebuildData(theStudy):\n";
-    aPrefix = "\t";
+    aPrefix = "    ";
   }
   
   for ( int i = 0; i < myMolecules.count(); i++ ) {