[svn-r9665] Purpose:

Fix whitespace

Description:
    Clean up whitespace a bit

Platforms tested:
    None, just eyeballed, very minor
This commit is contained in:
Quincey Koziol 2004-12-13 23:25:50 -05:00
parent 61e10be667
commit ac051f825f

View File

@ -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--;