aboutsummaryrefslogtreecommitdiff
path: root/scripts/reformat_cpp.sh
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-16 21:32:28 +0100
committerGitHub <noreply@github.com>2020-01-16 21:32:28 +0100
commitf1209ff020cc9f5490f8e6c7edced6877f53da49 (patch)
tree5ce7402568146013a623b8e92071c015c4d46c1c /scripts/reformat_cpp.sh
parent7040857c1fed53b0b896cd8f15bc34ff3c6161d3 (diff)
parent19841f21f4319297b399bdc4f20c1c546a35e10e (diff)
downloadPROJ-f1209ff020cc9f5490f8e6c7edced6877f53da49.tar.gz
PROJ-f1209ff020cc9f5490f8e6c7edced6877f53da49.zip
Merge pull request #1817 from rouault/rfc4_network_disk_cache
[RFC4_dev] Add a SQLite3 local cache of downloaded chunks
Diffstat (limited to 'scripts/reformat_cpp.sh')
-rwxr-xr-xscripts/reformat_cpp.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh
index ca20e0d8..1b54fb3b 100755
--- a/scripts/reformat_cpp.sh
+++ b/scripts/reformat_cpp.sh
@@ -18,7 +18,8 @@ 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/tracing.cpp "$TOPDIR"/src/grids.hpp "$TOPDIR"/src/grids.cpp \
- "$TOPDIR"/src/filemanager.hpp "$TOPDIR"/src/filemanager.cpp ; do
+ "$TOPDIR"/src/filemanager.hpp "$TOPDIR"/src/filemanager.cpp \
+ "$TOPDIR"/src/sqlite3.hpp "$TOPDIR"/src/sqlite3.cpp ; do
if ! echo "$i" | grep -q "lru_cache.hpp"; then
"$SCRIPT_DIR"/reformat.sh "$i";
fi