]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkStructuredPointsReader.cxx
re indent
[bbtk.git] / packages / vtk / src / bbvtkStructuredPointsReader.cxx
index 21bfd47e81c5d91c943294c467f015b1e8f7be5d..74f6d6bf3b73cd7dd0a570a010551ebb835f4e58 100644 (file)
@@ -26,10 +26,10 @@ void StructuredPointsReader::Process()
 //    * TYPE is the C++ type of the input/output
 //      (the one provided in the attribute 'type' of the tag 'input')
 
-        //warning: comparison with string literal results in unspecified behaviour
+    //warning: comparison with string literal results in unspecified behaviour
        //if ( bbGetInputIn().c_str()!="")
-        std::string empty("");  // JPR
-        if ( bbGetInputIn().c_str()!=empty)
+    std::string empty("");  // JPR
+    if ( bbGetInputIn().c_str()!=empty)
        {
                spr -> SetFileName( bbGetInputIn().c_str() );
                sp = spr->GetOutput();