summaryrefslogtreecommitdiffstats
path: root/src/H5Tprecis.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-22 17:57:03 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-22 17:57:03 (GMT)
commita487ca20d961937e39f7f46b183f1be1c33022d4 (patch)
tree80c4fc2c73b614580db86d04bbd0b4494c7c0ed8 /src/H5Tprecis.c
parentad8de00a0e61dce379f2eb9d424924aad63fe7bc (diff)
downloadhdf5-a487ca20d961937e39f7f46b183f1be1c33022d4.zip
hdf5-a487ca20d961937e39f7f46b183f1be1c33022d4.tar.gz
hdf5-a487ca20d961937e39f7f46b183f1be1c33022d4.tar.bz2
[svn-r25464] more alignment with trunk.
Diffstat (limited to 'src/H5Tprecis.c')
-rw-r--r--src/H5Tprecis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tprecis.c b/src/H5Tprecis.c
index 6725165..6a51bab 100644
--- a/src/H5Tprecis.c
+++ b/src/H5Tprecis.c
@@ -174,7 +174,7 @@ H5Tset_precision(hid_t type_id, size_t prec)
FUNC_ENTER_API(FAIL)
H5TRACE2("e", "iz", type_id, prec);
-
+
/* Check args */
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not a datatype")