X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkDicomInfo.cxx;fp=tools%2FclitkDicomInfo.cxx;h=303b1f5cd6056594090f73870d42f363c0e34a1f;hb=1e034c70105f0926939acaaa27ddb46e904ae8bf;hp=4c31e0922807322e19c93404cd37cb6016d6c1fc;hpb=959d91564af1b0e33303f3c15d803d2dafcaa54d;p=clitk.git diff --git a/tools/clitkDicomInfo.cxx b/tools/clitkDicomInfo.cxx index 4c31e09..303b1f5 100644 --- a/tools/clitkDicomInfo.cxx +++ b/tools/clitkDicomInfo.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 @@ -30,7 +30,8 @@ #include "gdcmFile.h" //-------------------------------------------------------------------- -int main(int argc, char * argv[]) { +int main(int argc, char * argv[]) +{ // init command line GGO(clitkDicomInfo, args_info); @@ -47,7 +48,7 @@ int main(int argc, char * argv[]) { header->Print(); } - // this is the end my friend + // this is the end my friend return 0; } //--------------------------------------------------------------------