Salome HOME
Copyright update 2021
[samples/atomic.git] / src / ATOMICGUI / ATOMICGUI_DataModel.cxx
old mode 100755 (executable)
new mode 100644 (file)
index f360691..022e8ec
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  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++ ) {