diff options
Diffstat (limited to 'scripts/reformat_cpp.sh')
| -rwxr-xr-x | scripts/reformat_cpp.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/reformat_cpp.sh b/scripts/reformat_cpp.sh index 0c57daba..50a572a1 100755 --- a/scripts/reformat_cpp.sh +++ b/scripts/reformat_cpp.sh @@ -27,6 +27,11 @@ for i in "$TOPDIR"/include/proj/*.hpp "$TOPDIR"/include/proj/internal/*.hpp \ "$TOPDIR"/src/transformations/defmodel_exceptions.hpp \ "$TOPDIR"/src/transformations/defmodel_impl.hpp \ "$TOPDIR"/src/transformations/defmodel.cpp \ + "$TOPDIR"/src/transformations/tinshift.hpp \ + "$TOPDIR"/src/transformations/tinshift_exceptions.hpp \ + "$TOPDIR"/src/transformations/tinshift_impl.hpp \ + "$TOPDIR"/src/transformations/tinshift.cpp \ + "$TOPDIR"/src/quadtree.hpp \ ; do if ! echo "$i" | grep -q "lru_cache.hpp"; then "$SCRIPT_DIR"/reformat.sh "$i"; |
