]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.h
Coding style improved.
[cpPlugins.git] / lib / cpPlugins / Plugins / BasicFilters / BinaryThresholdImageFilter.h
index b41015102473d38b54cad4e3add0c1adf4f093ad..74a970f49d56100a4101c14d7dae37f0773329cf 100644 (file)
@@ -14,14 +14,17 @@ namespace cpPlugins
       : public cpPlugins::Interface::ImageToImageFilter
     {
     public:
-      typedef BinaryThresholdImageFilter                 Self;
+      typedef BinaryThresholdImageFilter               Self;
       typedef cpPlugins::Interface::ImageToImageFilter Superclass;
       typedef itk::SmartPointer< Self >                Pointer;
       typedef itk::SmartPointer< const Self >          ConstPointer;
 
     public:
       itkNewMacro( Self );
-      itkTypeMacro( BinaryThresholdImageFilter, cpPluginsInterfaceImageToImageFilter );
+      itkTypeMacro(
+        BinaryThresholdImageFilter,
+        cpPluginsInterfaceImageToImageFilter
+        );
 
     protected:
       BinaryThresholdImageFilter( );