diff --git a/Glob.cxx b/Glob.cxx
index 513eb64086c507f5dfedaa649370fa7b60529bc3..46a7e4f44d350d282952aaa857bb3a49b4f4a9f8 100644
--- a/Glob.cxx
+++ b/Glob.cxx
@@ -399,7 +399,7 @@ bool Glob::FindFiles(const kwsys_stl::string& inexpr)
   if ( last_slash > 0 )
     {
     //kwsys_ios::cout << "I can skip: " << fexpr.substr(0, last_slash)
-    //<< kwsys_ios::endl;
+    // << kwsys_ios::endl;
     skip = last_slash;
     }
   if ( skip == 0 )