clang 13 format #1933 (#1939)

This commit is contained in:
Allen Byrne
2022-07-27 12:28:11 -05:00
committed by GitHub
parent f0690f13fb
commit a0a1959c58
658 changed files with 6523 additions and 6498 deletions

View File

@@ -277,7 +277,7 @@ public class H5Ex_D_Shuffle {
int[] filter_config = {0};
int filter_type = -1;
filter_type = H5.H5Pget_filter(dcpl_id, indx, flags, cd_nelmts, cd_values, 120,
filter_name, filter_config);
filter_name, filter_config);
System.out.print("Filter " + indx + ": Type is: ");
switch (H5Z_filter.get(filter_type)) {
case H5Z_FILTER_DEFLATE: