summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Lf.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-12 20:45:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-12 20:45:22 (GMT)
commit415647d63a0783a566402d98baad2b65677ab812 (patch)
treeaaeb7234705bc5c8197e4f17e83ff8603479c05d /fortran/src/H5Lf.c
parent5b441f84c9a09d216a018c34eb488c241db0a060 (diff)
downloadhdf5-415647d63a0783a566402d98baad2b65677ab812.zip
hdf5-415647d63a0783a566402d98baad2b65677ab812.tar.gz
hdf5-415647d63a0783a566402d98baad2b65677ab812.tar.bz2
Whitespace cleanup
Diffstat (limited to 'fortran/src/H5Lf.c')
-rw-r--r--fortran/src/H5Lf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Lf.c b/fortran/src/H5Lf.c
index b5ff7f2..1fee5e8 100644
--- a/fortran/src/H5Lf.c
+++ b/fortran/src/H5Lf.c
@@ -939,7 +939,7 @@ int_f
h5lget_val_c(hid_t_f *link_loc_id, _fcd link_name, size_t_f *link_namelen, size_t_f *size,
void *linkval_buff, hid_t_f *lapl_id)
/******/
-{
+{
char *c_link_name = NULL; /* Buffer to hold C string */
int_f ret_value = 0; /* Return value */