diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-14 18:14:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-14 18:14:31 +0100 |
| commit | bfc54bbac8550e18d352468032ad0b3d5ca2d328 (patch) | |
| tree | b1b3de6fb6cbb482129fe90f2d633e0f5bae4f0b /scripts/reformat_cpp.sh | |
| parent | 69994f1922146640ee18497c6e1a5ecd2a737942 (diff) | |
| parent | 49c6a49d83a3b29836a930d296a9f239d2860de0 (diff) | |
| download | PROJ-bfc54bbac8550e18d352468032ad0b3d5ca2d328.tar.gz PROJ-bfc54bbac8550e18d352468032ad0b3d5ca2d328.zip | |
Merge pull request #2483 from rouault/split_coordinateoperation
Split coordinateoperation.cpp and test_operation.cpp in several parts
Diffstat (limited to 'scripts/reformat_cpp.sh')
| -rwxr-xr-x | scripts/reformat_cpp.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh index 50a572a1..89237b65 100755 --- a/scripts/reformat_cpp.sh +++ b/scripts/reformat_cpp.sh @@ -16,7 +16,10 @@ 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/iso19111/*.cpp \ + "$TOPDIR"/src/iso19111/operation/*.cpp \ + "$TOPDIR"/src/iso19111/operation/*.hpp \ + "$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 \ |
