diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-11-24 11:01:11 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-11-29 00:35:25 +0100 |
| commit | c57e293fbf2b79a24519c70d558e1268515a9ee6 (patch) | |
| tree | fd320a1cd589a3880fe14ab2a197e1a7fbb02cf5 /scripts/reformat_cpp.sh | |
| parent | a66c12277666489cac74535bad8d2cf565ad542d (diff) | |
| download | PROJ-c57e293fbf2b79a24519c70d558e1268515a9ee6.tar.gz PROJ-c57e293fbf2b79a24519c70d558e1268515a9ee6.zip | |
Reformat test .cpp files
Diffstat (limited to 'scripts/reformat_cpp.sh')
| -rwxr-xr-x | scripts/reformat_cpp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh index 51127529..b50fa1e1 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/*.cpp "$TOPDIR"/test/unit/test*.cpp; do +for i in "$TOPDIR"/include/proj/*.hpp "$TOPDIR"/include/proj/internal/*.hpp "$TOPDIR"/src/*.cpp "$TOPDIR"/test/unit/*.cpp; do if ! echo "$i" | grep -q "lru_cache.hpp"; then "$SCRIPT_DIR"/reformat.sh "$i"; fi |
