Skip to content

Commit 7c97709

Browse files
author
jef
committed
also consider *.hpp for indentation
git-svn-id: http://svn.osgeo.org/qgis/trunk@12179 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 29adf23 commit 7c97709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-indent.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ for f in $MODIFIED; do
4646
continue
4747
;;
4848

49-
*.cpp|*.h|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H)
49+
*.cpp|*.h|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.hpp)
5050
cmd=astyle.sh
5151
;;
5252

0 commit comments

Comments
 (0)