]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Image.cxx
Some syntax simplifations
[cpPlugins.git] / lib / cpPlugins / Interface / Image.cxx
index 23cea6efeb9d4eac78d76080d94f4eede33c3224..c72663d5dbda9f65cb3cc2eddf021e64b4796fa3 100644 (file)
@@ -17,7 +17,9 @@
 
 // -------------------------------------------------------------------------
 #define cpPlugins_Image_RGB( p, d, o, f )                               \
-  if( dynamic_cast< itk::Image< itk::RGBPixel< p >, d >* >( o ) != NULL ) \
+  if(                                                                   \
+    dynamic_cast< itk::Image< itk::RGBPixel< p >, d >* >( o ) != NULL   \
+    )                                                                   \
     this->f< itk::RGBPixel< p >, d >( )
 
 // -------------------------------------------------------------------------