diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-10-19 14:39:13 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-10-19 14:39:13 (GMT) |
commit | a04ea65140bc690cbe056e27a7e6a2983443f2bf (patch) | |
tree | d6aedd80987fca34b958833dc185fd80bfcae9f6 /src/H5FDdirect.c | |
parent | ec13e5f872108a14b605b6b0e7d6cb7989ec76f8 (diff) | |
download | hdf5-a04ea65140bc690cbe056e27a7e6a2983443f2bf.zip hdf5-a04ea65140bc690cbe056e27a7e6a2983443f2bf.tar.gz hdf5-a04ea65140bc690cbe056e27a7e6a2983443f2bf.tar.bz2 |
Whitespace changes
Diffstat (limited to 'src/H5FDdirect.c')
-rw-r--r-- | src/H5FDdirect.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/H5FDdirect.c b/src/H5FDdirect.c index c314ae9..21cefef 100644 --- a/src/H5FDdirect.c +++ b/src/H5FDdirect.c @@ -22,15 +22,15 @@ #include "H5FDdrvr_module.h" /* This source code file is part of the H5FD driver module */ -#include "H5private.h" /* Generic Functions */ -#include "H5Eprivate.h" /* Error handling */ -#include "H5Fprivate.h" /* File access */ -#include "H5FDprivate.h" /* File drivers */ -#include "H5FDdirect.h" /* Direct file driver */ -#include "H5FLprivate.h" /* Free Lists */ -#include "H5Iprivate.h" /* IDs */ -#include "H5MMprivate.h" /* Memory management */ -#include "H5Pprivate.h" /* Property lists */ +#include "H5private.h" /* Generic Functions */ +#include "H5Eprivate.h" /* Error handling */ +#include "H5Fprivate.h" /* File access */ +#include "H5FDprivate.h" /* File drivers */ +#include "H5FDdirect.h" /* Direct file driver */ +#include "H5FLprivate.h" /* Free Lists */ +#include "H5Iprivate.h" /* IDs */ +#include "H5MMprivate.h" /* Memory management */ +#include "H5Pprivate.h" /* Property lists */ #ifdef H5_HAVE_DIRECT @@ -1317,9 +1317,9 @@ done: static herr_t H5FD_direct_lock(H5FD_t *_file, hbool_t rw) { - H5FD_direct_t *file = (H5FD_direct_t *)_file; /* VFD file struct */ + H5FD_direct_t *file = (H5FD_direct_t *)_file; /* VFD file struct */ int lock_flags; /* file locking flags */ - herr_t ret_value = SUCCEED; /* Return value */ + herr_t ret_value = SUCCEED; /* Return value */ FUNC_ENTER_NOAPI_NOINIT |