[QGIS Commit] r12179 - trunk/qgis/scripts

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Nov 18 15:59:06 EST 2009


Author: jef
Date: 2009-11-18 15:59:05 -0500 (Wed, 18 Nov 2009)
New Revision: 12179

Modified:
   trunk/qgis/scripts/update-indent.sh
Log:
also consider *.hpp for indentation

Modified: trunk/qgis/scripts/update-indent.sh
===================================================================
--- trunk/qgis/scripts/update-indent.sh	2009-11-18 20:58:09 UTC (rev 12178)
+++ trunk/qgis/scripts/update-indent.sh	2009-11-18 20:59:05 UTC (rev 12179)
@@ -46,7 +46,7 @@
 		continue
 		;;
 
-        *.cpp|*.h|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H)
+        *.cpp|*.h|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.hpp)
 		cmd=astyle.sh
                 ;;
 



More information about the QGIS-commit mailing list