mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-15 07:40:23 +08:00
Modifications based on pull request review.
Made couple changes based on the review comments.
This commit is contained in:
parent
14e9856778
commit
ae05b0c726
@ -94,7 +94,7 @@ done:
|
||||
ret_value = FAIL;
|
||||
}
|
||||
|
||||
return(ret_value);
|
||||
return ret_value;
|
||||
} /* end H5DOwrite_chunk() */
|
||||
|
||||
|
||||
@ -163,7 +163,7 @@ done:
|
||||
ret_value = FAIL;
|
||||
}
|
||||
|
||||
return(ret_value);
|
||||
return ret_value;
|
||||
} /* end H5DOread_chunk() */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user