diff --git a/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h b/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h
index d7b7b75f1dbc5e9bcb4f8b8407f4049e18cd0ac2..ce4ce8aacf3203d9908cab8c455087fc884c8103 100755
--- a/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h
+++ b/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h
@@ -36,10 +36,11 @@ namespace itk
  *
  * More precisely
  * \f[ Output(x_i) =
-       \begin{cases}
-         InsideValue & \text{if $LowerThreshold \leq x_i \leq UpperThreshold$}\\
-         OutsideValue & \text{otherwise}
-       \end{cases}
+      \begin{cases}
+        InsideValue & \text{if $LowerThreshold \leq x_i \leq UpperThreshold$}
+        \\
+        OutsideValue & \text{otherwise}
+      \end{cases}
    \f]
  * 
  * This filter is templated over the input image type