diff --git a/Examples/DimensionReduction/ICAExample.cxx b/Examples/DimensionReduction/ICAExample.cxx
index 7aab2fe9e69a37a940e6e562b1129f136802fe3c..c8b77c13100d189f2f56e02959fc131ae5a0fce1 100644
--- a/Examples/DimensionReduction/ICAExample.cxx
+++ b/Examples/DimensionReduction/ICAExample.cxx
@@ -38,7 +38,7 @@
 // orthogonal linear combinations, but the criterion of Fast ICA is
 // different: instead of maximizing variance, it tries to maximize
 // stastistical independance between components.
-// 
+//
 // In the Fast ICA algorithm \cite{hyvarinen1999fast},
 // statistical independance is mesured by evaluating non-Gaussianity
 // of the components, and the maximization is done in an iterative way.
diff --git a/Examples/DimensionReduction/NAPCAExample.cxx b/Examples/DimensionReduction/NAPCAExample.cxx
index ea614059973395b9010aa281d84c72bd7818d801..629c023b8d815a17978b182faa6a75ae85fa8486 100644
--- a/Examples/DimensionReduction/NAPCAExample.cxx
+++ b/Examples/DimensionReduction/NAPCAExample.cxx
@@ -35,8 +35,8 @@
 // efficient method based on the inner product in order to compute the
 // covariance matrix.
 //
-// The Noise-Adjusted Principal Component Analysis transform is a sequence 
-// of two Principal Component Analysis transforms. The first transform is based 
+// The Noise-Adjusted Principal Component Analysis transform is a sequence
+// of two Principal Component Analysis transforms. The first transform is based
 // on an estimated covariance matrix of the noise, and intends to whiten the
 // input image (noise with unit variance and no correlation between
 // bands).