diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-04-02 21:03:38 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-04-02 21:03:38 +0200 |
commit | 4ea5424723f9d35da0f385c2c876a340ac66c805 (patch) | |
tree | 38a5df8550c240f0f39fc2804e873a1fe3dcf24f /src | |
parent | f0e07fd8d7c767203de7072a2869b7cb13f96016 (diff) |
Formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/hdf5-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c index af379d38..c2f002ae 100644 --- a/src/hdf5-file.c +++ b/src/hdf5-file.c @@ -108,7 +108,7 @@ static void cleanup(hid_t fh) ids = malloc(n_objs * sizeof(hid_t)); n_ids = H5Fget_obj_ids(fh, H5F_OBJ_ALL, n_objs, ids); - for (i=0; i<n_ids; i++ ) { + for ( i=0; i<n_ids; i++ ) { hid_t id; H5I_type_t type; |