aboutsummaryrefslogtreecommitdiff
path: root/scripts/reformat_cpp.sh
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-02-04 23:34:17 +0100
committerGitHub <noreply@github.com>2020-02-04 23:34:17 +0100
commitafda50628d690bb56debbe1a4116bc32c3143943 (patch)
tree481822cd7893b6ad782847cec1123fe79da3ba42 /scripts/reformat_cpp.sh
parentc3e7876325e5d43586a7eee43db1df9468f90d65 (diff)
parent87318283eedef680356ef272a6af39ac3140d333 (diff)
downloadPROJ-afda50628d690bb56debbe1a4116bc32c3143943.tar.gz
PROJ-afda50628d690bb56debbe1a4116bc32c3143943.zip
Merge pull request #1903 from rouault/add_proj_download
Add projsync utility
Diffstat (limited to 'scripts/reformat_cpp.sh')
-rwxr-xr-xscripts/reformat_cpp.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh
index 20c32b29..89b8e4e6 100755
--- a/scripts/reformat_cpp.sh
+++ b/scripts/reformat_cpp.sh
@@ -16,9 +16,11 @@ esac
TOPDIR="$SCRIPT_DIR/.."
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 \
+ "$TOPDIR"/src/iso19111/*.cpp "$TOPDIR"/test/unit/*.cpp \
+ "$TOPDIR"/src/apps/projinfo.cpp "$TOPDIR"/src/apps/projsync.cpp \
"$TOPDIR"/src/tracing.cpp "$TOPDIR"/src/grids.hpp "$TOPDIR"/src/grids.cpp \
"$TOPDIR"/src/filemanager.hpp "$TOPDIR"/src/filemanager.cpp \
+ "$TOPDIR"/src/networkfilemanager.cpp \
"$TOPDIR"/src/sqlite3_utils.hpp "$TOPDIR"/src/sqlite3_utils.cpp ; do
if ! echo "$i" | grep -q "lru_cache.hpp"; then
"$SCRIPT_DIR"/reformat.sh "$i";