diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-12-14 04:25:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-12-14 04:25:50 (GMT) |
commit | ac051f825f8a3b94e6a803751a40601667b7b7bf (patch) | |
tree | 20a917a8e801186fa26b4af8e0b0b2b316363ef0 /src | |
parent | 61e10be6673a58d5b4aadd0048d5e8d768dad07c (diff) | |
download | hdf5-ac051f825f8a3b94e6a803751a40601667b7b7bf.zip hdf5-ac051f825f8a3b94e6a803751a40601667b7b7bf.tar.gz hdf5-ac051f825f8a3b94e6a803751a40601667b7b7bf.tar.bz2 |
[svn-r9665] Purpose:
Fix whitespace
Description:
Clean up whitespace a bit
Platforms tested:
None, just eyeballed, very minor
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Dio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c index f005781..1a1802e 100644 --- a/src/H5Dio.c +++ b/src/H5Dio.c @@ -2803,6 +2803,7 @@ H5D_create_chunk_file_map_hyper(fm_map *fm) /* Reset current dimension's location to 0 */ coords[curr_dim]=start_coords[curr_dim]; /*lint !e771 The start_coords will always be initialized */ end[curr_dim]=(coords[curr_dim]+(hssize_t)fm->chunk_dim[curr_dim])-1; + /* Decrement current dimension */ curr_dim--; |