summaryrefslogtreecommitdiffstats
path: root/src/H5FDcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDcore.c')
-rw-r--r--src/H5FDcore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5FDcore.c b/src/H5FDcore.c
index 95783aa..eecd336 100644
--- a/src/H5FDcore.c
+++ b/src/H5FDcore.c
@@ -382,7 +382,8 @@ done:
*/
static H5FD_t *
H5FD_core_open(const char *name, unsigned UNUSED flags, hid_t fapl_id,
- haddr_t maxaddr)
+ haddr_t
+ maxaddr)
{
H5FD_core_t *file=NULL;
H5FD_core_fapl_t *fa=NULL;