diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/format_source | 1 | ||||
-rwxr-xr-x | bin/format_source_patch | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bin/format_source b/bin/format_source index 7801c6f..1128def 100755 --- a/bin/format_source +++ b/bin/format_source @@ -19,7 +19,6 @@ find . -type d \( -path ./config \) -prune \ -or -name H5Edefin.h \ -or -name H5version.h \ -or -name H5overflow.h \ - -or -name uthash.h \ \) \) \ -and \( -iname *.h -or -iname *.c -or -iname *.cpp -or -iname *.hpp \) \) \ | xargs clang-format -style=file -i -fallback-style=none diff --git a/bin/format_source_patch b/bin/format_source_patch index 89c7640..8d6be01 100755 --- a/bin/format_source_patch +++ b/bin/format_source_patch @@ -19,7 +19,6 @@ find . -type d \( -path ./config \) -prune \ -or -name H5Edefin.h \ -or -name H5version.h \ -or -name H5overflow.h \ - -or -name uthash.h \ \) \) \ -and \( -iname *.h -or -iname *.c -or -iname *.cpp -or -iname *.hpp \) \) \ | xargs clang-format -style=file -i -fallback-style=none |