mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
whitespace cleanup
This commit is contained in:
parent
f724bb7a5c
commit
3c9a25b688
@ -63,7 +63,8 @@ nc4_create_file(const char *path, int cmode, size_t initialsz,
|
||||
LOG((3, "%s: path %s mode 0x%x", __func__, path, cmode));
|
||||
|
||||
/* Add necessary structs to hold netcdf-4 file data. */
|
||||
if ((retval = nc4_file_list_add(ncid, path, NC_WRITE | cmode, (void **)&nc4_info)))
|
||||
if ((retval = nc4_file_list_add(ncid, path, NC_WRITE | cmode,
|
||||
(void **)&nc4_info)))
|
||||
BAIL(retval);
|
||||
assert(nc4_info && nc4_info->root_grp);
|
||||
nc4_info->root_grp->atts_read = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user