STYLE: Remove trailing whitespaces

This commit is contained in:
Mathieu Malaterre 2006-03-10 13:34:41 -05:00
parent f90e754100
commit 509e383aac

View File

@ -1671,7 +1671,6 @@ int SystemTools::Strucmp(const char *s1, const char *s2)
} }
return tolower(*s1) - tolower(*s2); return tolower(*s1) - tolower(*s2);
} }
// return file's modified time // return file's modified time