Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lrknox committed Oct 10, 2024
1 parent 3e3d1e5 commit 1368771
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions test/chunk_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@
#endif

/* Test file names, using H5F_libver_t as indices */
static const char *FILENAME[] = {"tchunk_info_earliest",
"tchunk_info_v18",
"tchunk_info_v110",
"tchunk_info_v112",
"tchunk_info_v114",
"tchunk_info_v116",
NULL};
static const char *FILENAME[] = {
"tchunk_info_earliest", "tchunk_info_v18", "tchunk_info_v110", "tchunk_info_v112",
"tchunk_info_v114", "tchunk_info_v116", NULL};

/* File to be used in test_failed_attempts */
#define FILTERMASK_FILE "tflt_msk"
Expand Down

0 comments on commit 1368771

Please sign in to comment.