]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreterVirtual.cxx
re indent
[bbtk.git] / kernel / src / bbtkInterpreterVirtual.cxx
index aa9e3cca9f05b5f97347e19fcd2af4f585364d4d..49d951f6c90164be8b59e3e4b091c1cdde3fa271 100644 (file)
@@ -1282,7 +1282,6 @@ namespace bbtk
     std::string upath;
     pkgname = Utilities::ExtractScriptName(name,upath);
 
-         
     bbtkMessage("interpreter",3,
                "package name:[" << pkgname
                 << "] path:[" << upath << "]" << std::endl);
@@ -1957,8 +1956,7 @@ void InterpreterVirtual::SwitchToStream( std::stringstream* stream )
     ter.c_cc[VTIME]=0;
     tcsetattr(0,TCSANOW,&ter);
 #endif
-    
-         
+
     mCommandLine = true;
     bool again = true;
     // bool insideComment = false; // for multiline comment