From 510b4b6526cd4b2df592eff89276100db1b03207 Mon Sep 17 00:00:00 2001 From: jfa Date: Mon, 6 Mar 2006 11:28:41 +0000 Subject: [PATCH] Fix bug 11795: Wrong indentation in script. --- src/VISU_I/VISU_DumpPython.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISU_I/VISU_DumpPython.cc b/src/VISU_I/VISU_DumpPython.cc index 79fb6e44..f3d809ed 100644 --- a/src/VISU_I/VISU_DumpPython.cc +++ b/src/VISU_I/VISU_DumpPython.cc @@ -367,7 +367,7 @@ namespace VISU{ // Set name (as this object could be renamed by user) CORBA::String_var aNameInStudy = theSObject->GetName(); - theStr<