summaryrefslogtreecommitdiffstats
path: root/src/H5Gobj.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-01-30 04:16:01 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-01-30 04:16:01 (GMT)
commit05fba39c115dd4ef12cbf96f5ae5dcfbf2c4c660 (patch)
tree47b9a9e0bdcb0dc6b2deeb682a235b73470abaf0 /src/H5Gobj.c
parent24e0562529d9436f29b2b79f303f03c031f7490a (diff)
downloadhdf5-05fba39c115dd4ef12cbf96f5ae5dcfbf2c4c660.zip
hdf5-05fba39c115dd4ef12cbf96f5ae5dcfbf2c4c660.tar.gz
hdf5-05fba39c115dd4ef12cbf96f5ae5dcfbf2c4c660.tar.bz2
[svn-r18196] Description:
Trim trailing whitespace from source files, with the following command: find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//' Tested on: None - just eyeballed
Diffstat (limited to 'src/H5Gobj.c')
-rw-r--r--src/H5Gobj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Gobj.c b/src/H5Gobj.c
index 38d5087..e652957 100644
--- a/src/H5Gobj.c
+++ b/src/H5Gobj.c
@@ -182,7 +182,7 @@ H5G_obj_create(H5F_t *f, hid_t dxpl_id, const H5O_ginfo_t *ginfo,
ginfo_size +
(ginfo->est_num_entries * link_size);
} /* end if */
- else
+ else
hdr_size = 4 + 2 * H5F_SIZEOF_ADDR(f);
/*
@@ -326,7 +326,7 @@ H5O_linfo_t *
H5G_obj_get_linfo(const H5O_loc_t *grp_oloc, H5O_linfo_t *linfo, hid_t dxpl_id)
{
H5O_linfo_t *ret_value; /* Return value */
-
+
FUNC_ENTER_NOAPI(H5G_obj_get_linfo, NULL)
/* check arguments */