From 850048a752edb352afa14942b6b27db4b98d4683 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 31 May 2011 12:08:59 +0000 Subject: [PATCH] re indent --- .../src/bbmySamplePackagemySampleBoxWithVTK.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.cxx b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.cxx index 9ed332e..087608e 100644 --- a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.cxx +++ b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.cxx @@ -21,10 +21,10 @@ void mySampleBoxWithVTK::Process() // (the one provided in the attribute 'name' of the tag 'input') // * TYPE is the C++ type of the input/output // (the one provided in the attribute 'type' of the tag 'input') - - myVtkPipeline.SetImage( bbGetInputIn() ); - myVtkPipeline.SetThresholdBetween( bbGetInputLower() , bbGetInputUpper() ); - myVtkPipeline.Execute(); + + myVtkPipeline.SetImage( bbGetInputIn() ); + myVtkPipeline.SetThresholdBetween( bbGetInputLower(), bbGetInputUpper() ); + myVtkPipeline.Execute(); bbSetOutputOut( myVtkPipeline.GetResult() ); } -- 2.45.1