X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageArithm.cxx;h=3990f1ca4b71b18540e7031f76fc99bd2e626c21;hb=a30d8dd30db9b6f4b67101e712f28c0b2a0227bf;hp=b7b72c0935f58b0b52cbaa758358a9a2dc07a7ed;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/tools/clitkImageArithm.cxx b/tools/clitkImageArithm.cxx index b7b72c0..3990f1c 100644 --- a/tools/clitkImageArithm.cxx +++ b/tools/clitkImageArithm.cxx @@ -1,7 +1,7 @@ /*========================================================================= Program: vv http://www.creatis.insa-lyon.fr/rio/vv - Authors belong to: + Authors belong to: - University of LYON http://www.universite-lyon.fr/ - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr @@ -29,7 +29,8 @@ #include "clitkImageArithmGenericFilter.h" //-------------------------------------------------------------------- -int main(int argc, char * argv[]) { +int main(int argc, char * argv[]) +{ // Init command line GGO(clitkImageArithm, args_info); @@ -41,8 +42,8 @@ int main(int argc, char * argv[]) { // Go ! filter->SetArgsInfo(args_info); filter->Update(); - - // this is the end my friend + + // this is the end my friend return EXIT_SUCCESS; } // end main