diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-18 23:38:16 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-19 17:45:49 +0100 |
| commit | 2dfe2cdd1f4e963e6faaccd5ca29bc6d8fe4ae30 (patch) | |
| tree | 2215af16c944342f08d97f917b5b714e4bde880a /scripts | |
| parent | 7baf00c5bc96e1bb0ea2cb1a9495d2b5d703bdbc (diff) | |
| download | PROJ-2dfe2cdd1f4e963e6faaccd5ca29bc6d8fe4ae30.tar.gz PROJ-2dfe2cdd1f4e963e6faaccd5ca29bc6d8fe4ae30.zip | |
Add a FileManager and File class
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/reformat_cpp.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh index 899e665f..ca20e0d8 100755 --- a/scripts/reformat_cpp.sh +++ b/scripts/reformat_cpp.sh @@ -17,7 +17,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; do + "$TOPDIR"/src/tracing.cpp "$TOPDIR"/src/grids.hpp "$TOPDIR"/src/grids.cpp \ + "$TOPDIR"/src/filemanager.hpp "$TOPDIR"/src/filemanager.cpp ; do if ! echo "$i" | grep -q "lru_cache.hpp"; then "$SCRIPT_DIR"/reformat.sh "$i"; fi |
