diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-04-02 18:10:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-04-02 18:10:26 (GMT) |
commit | 38cf2e201dc4e950d71da3219fc5c5bca0bae8c2 (patch) | |
tree | 9ebdbfcc4d2b45d85259c52870d35bb216015c20 /src/H5B2cache.c | |
parent | 6fddc705d6b0c51f00bb7fb9a6086f3a4574e161 (diff) | |
download | hdf5-38cf2e201dc4e950d71da3219fc5c5bca0bae8c2.zip hdf5-38cf2e201dc4e950d71da3219fc5c5bca0bae8c2.tar.gz hdf5-38cf2e201dc4e950d71da3219fc5c5bca0bae8c2.tar.bz2 |
[svn-r16655] Description:
Clean up formatting (and test https: checkins to new subversion server)
Tested on:
None needed, just whitespace changes
Diffstat (limited to 'src/H5B2cache.c')
-rw-r--r-- | src/H5B2cache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5B2cache.c b/src/H5B2cache.c index c44820a..5ca7ed8 100644 --- a/src/H5B2cache.c +++ b/src/H5B2cache.c @@ -275,7 +275,8 @@ done: *------------------------------------------------------------------------- */ static herr_t -H5B2_cache_hdr_flush(H5F_t *f, hid_t dxpl_id, hbool_t destroy, haddr_t addr, H5B2_t *bt2, unsigned UNUSED * flags_ptr) +H5B2_cache_hdr_flush(H5F_t *f, hid_t dxpl_id, hbool_t destroy, haddr_t addr, + H5B2_t *bt2, unsigned UNUSED * flags_ptr) { H5WB_t *wb = NULL; /* Wrapped buffer for header data */ uint8_t hdr_buf[H5B2_HDR_BUF_SIZE]; /* Buffer for header */ |