aboutsummaryrefslogtreecommitdiff
path: root/scripts/reformat_cpp.sh
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-02-20 15:03:55 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-02-20 15:03:55 +0100
commit2272ba8f6a77903203632111a44b44e544fe332b (patch)
tree98e0581307448b731fc58a8e84905d07fe132f55 /scripts/reformat_cpp.sh
parent04844ac495f65e824a0bd9f9e49ea3360f2c063f (diff)
downloadPROJ-2272ba8f6a77903203632111a44b44e544fe332b.tar.gz
PROJ-2272ba8f6a77903203632111a44b44e544fe332b.zip
projinfo: advertize the use of '--spatial-test intersects' when it can bring more results
Diffstat (limited to 'scripts/reformat_cpp.sh')
-rwxr-xr-xscripts/reformat_cpp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh
index b3140ebe..cc10b53e 100755
--- a/scripts/reformat_cpp.sh
+++ b/scripts/reformat_cpp.sh
@@ -15,7 +15,7 @@ esac
TOPDIR="$SCRIPT_DIR/.."
-for i in "$TOPDIR"/include/proj/*.hpp "$TOPDIR"/include/proj/internal/*.hpp "$TOPDIR"/src/iso19111/*.cpp "$TOPDIR"/test/unit/*.cpp; do
+for i in "$TOPDIR"/include/proj/*.hpp "$TOPDIR"/include/proj/internal/*.hpp "$TOPDIR"/src/iso19111/*.cpp "$TOPDIR"/test/unit/*.cpp "$TOPDIR"/src/apps/projinfo.cpp; do
if ! echo "$i" | grep -q "lru_cache.hpp"; then
"$SCRIPT_DIR"/reformat.sh "$i";
fi