Skip to content

Commit 4a16369

Browse files
committed
undid inadvertant change
1 parent ad25807 commit 4a16369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libhdf5/nc4mem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ NC4_create_image_file(NC_FILE_INFO_T* h5, size_t initialsz)
7575
hdfid = NC4_image_init(h5);
7676
if(hdfid < 0)
7777
{stat = NC_EHDFERR; goto done;}
78+
7879
/* Remember HDF5 file identifier. */
7980
((NC_HDF5_FILE_INFO_T *)h5->format_file_info)->hdfid = hdfid;
80-
8181
done:
8282
return stat;
8383
}

0 commit comments

Comments
 (0)