From c35b5f540d2bbc5443e8f3790df45c07659212e1 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Tue, 23 Oct 2007 12:55:55 +0000
Subject: [PATCH] UpdateDoxygen

---
 Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h b/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h
index f04130bf2e..d7b7b75f1d 100755
--- a/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h
+++ b/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h
@@ -37,7 +37,7 @@ namespace itk
  * More precisely
  * \f[ Output(x_i) =
        \begin{cases}
-         InsideValue & \text{if $LowerThreshold \leq x_i \leq UpperThreshold$} \     \
+         InsideValue & \text{if $LowerThreshold \leq x_i \leq UpperThreshold$}\\
          OutsideValue & \text{otherwise}
        \end{cases}
    \f]
-- 
GitLab