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] committed Oct 6, 2024
1 parent 1b14176 commit d871646
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mfhdf/test/tcomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test_various_comps()
int32 data[Y_LENGTH][X_LENGTH];
int num_errs = 0; /* number of errors in compression test so far */
#ifdef H4_HAVE_SZIP_ENCODER
int32 pixels_per_scanline;
int32 pixels_per_scanline;
#endif

/* Buffer array data and define array dimensions. */
Expand Down
4 changes: 2 additions & 2 deletions mfhdf/test/texternal.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ test_mult_setexternal()

/* Create data set SDS1 and write data to the external file; the returned
value is the size of the data had been written for this sds */
size_written =
make_Ext3D_SDS(sd_id, temp_SDS1, DFNT_INT32, 3, dim_sizes, (void *)written_data, OFFSET, temp_EXTFILE2);
size_written = make_Ext3D_SDS(sd_id, temp_SDS1, DFNT_INT32, 3, dim_sizes, (void *)written_data, OFFSET,
temp_EXTFILE2);
CHECK(size_written, FAIL, "make_Ext3D_SDS");

/* Close the file to flush */
Expand Down
4 changes: 2 additions & 2 deletions mfhdf/test/tfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ test_file_inuse()
static int
test_max_open_files()
{
int32 *fids = NULL; /* holds IDs of opened files */
char **filenames = NULL; /* holds generated file names */
int32 *fids = NULL; /* holds IDs of opened files */
char **filenames = NULL; /* holds generated file names */
char readfname[H4_MAX_NC_NAME]; /* file name retrieved from file id */
int index, status, curr_max, /* curr maximum number of open files allowed in HDF */
sys_limit, /* maximum number of open files allowed by system */
Expand Down

0 comments on commit d871646

Please sign in to comment.