Move comment to the right place

This commit is contained in:
Ayaz Salikhov 2017-06-02 17:14:56 +03:00
parent 132c0af22a
commit f5646183cd
1 changed files with 1 additions and 2 deletions

View File

@ -260,8 +260,7 @@ bool Path::isCPP(const std::string &path)
extension == ".hh" ||
extension == ".tpp" ||
extension == ".txx" ||
getFilenameExtension(path) == ".C";
// In unix, ".C" is considered C++ file
getFilenameExtension(path) == ".C"; // In unix, ".C" is considered C++ file
}
bool Path::acceptFile(const std::string &path, const std::set<std::string> &extra)