diff options
Diffstat (limited to 'bin/format_source')
-rwxr-xr-x | bin/format_source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/format_source b/bin/format_source index dce34e5..227d22a 100755 --- a/bin/format_source +++ b/bin/format_source @@ -20,7 +20,7 @@ find . \( -type d -path ./config -prune -and -not -path ./config \) \ -or -name H5version.h \ -or -name H5overflow.h \ \) \) \ - -and \( -iname *.h -or -iname *.c -or -iname *.cpp -or -iname *.hpp \) \) \ + -and \( -iname *.h -or -iname *.c -or -iname *.cpp -or -iname *.hpp -or -iname *.java \) \) \ | xargs clang-format -style=file -i -fallback-style=none exit 0 |