mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r9665] Purpose:
Fix whitespace Description: Clean up whitespace a bit Platforms tested: None, just eyeballed, very minor
This commit is contained in:
parent
61e10be667
commit
ac051f825f
@ -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--;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user