Skip to content

Commit ccb2f2c

Browse files
committed
astyle formatting
[ci skip]
1 parent bbde3cc commit ccb2f2c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

lib/path.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -252,15 +252,15 @@ bool Path::isCPP(const std::string &path)
252252
{
253253
const std::string extension = getFilenameExtensionInLowerCase(path);
254254
return extension == ".cpp" ||
255-
extension == ".cxx" ||
256-
extension == ".cc" ||
257-
extension == ".c++" ||
258-
extension == ".hpp" ||
259-
extension == ".hxx" ||
260-
extension == ".hh" ||
261-
extension == ".tpp" ||
262-
extension == ".txx" ||
263-
getFilenameExtension(path) == ".C"; // In unix, ".C" is considered C++ file
255+
extension == ".cxx" ||
256+
extension == ".cc" ||
257+
extension == ".c++" ||
258+
extension == ".hpp" ||
259+
extension == ".hxx" ||
260+
extension == ".hh" ||
261+
extension == ".tpp" ||
262+
extension == ".txx" ||
263+
getFilenameExtension(path) == ".C"; // In unix, ".C" is considered C++ file
264264
}
265265

266266
bool Path::acceptFile(const std::string &path, const std::set<std::string> &extra)

0 commit comments

Comments
 (0)