diff options
Diffstat (limited to 'bin/format_source')
-rwxr-xr-x | bin/format_source | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/format_source b/bin/format_source index 1128def..7801c6f 100755 --- a/bin/format_source +++ b/bin/format_source @@ -19,6 +19,7 @@ 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 |