diff --git a/Code/BasicFilters/CMakeLists.txt b/Code/BasicFilters/CMakeLists.txt
index c16d4a3ad9f30b5c3b4e0c3490a7683ce583332f..c690f2c6d8739f34b6307f86fcdc6736885dd61c 100755
--- a/Code/BasicFilters/CMakeLists.txt
+++ b/Code/BasicFilters/CMakeLists.txt
@@ -1,5 +1,5 @@
-# Sources of non-templated classes.
 
+# Sources of non-templated classes.
 FILE(GLOB OTBBasicFilters_SRCS "*.cxx" )
 
 ADD_LIBRARY(OTBBasicFilters ${OTBBasicFilters_SRCS})