summaryrefslogtreecommitdiff
path: root/buildscripts/clang_format.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/clang_format.py')
-rwxr-xr-xbuildscripts/clang_format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/clang_format.py b/buildscripts/clang_format.py
index cf9884d8b15..c3821722ff1 100755
--- a/buildscripts/clang_format.py
+++ b/buildscripts/clang_format.py
@@ -275,7 +275,7 @@ class ClangFormat(object):
return formatted
-files_re = re.compile('\\.(h|cpp|js)$')
+files_re = re.compile('\\.(h|hpp|ipp|cpp|js)$')
def is_interesting_file(file_name):
""""Return true if this file should be checked