summaryrefslogtreecommitdiffstats
path: root/src/H5HLprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HLprivate.h')
-rw-r--r--src/H5HLprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5HLprivate.h b/src/H5HLprivate.h
index dad47f3..3ac2e7a 100644
--- a/src/H5HLprivate.h
+++ b/src/H5HLprivate.h
@@ -55,10 +55,10 @@ void *H5HL_read (H5F_t *f, const haddr_t *addr, size_t offset, size_t size,
void *buf);
HDF5API const void *H5HL_peek (H5F_t *f, const haddr_t *addr, size_t offset);
HDF5API size_t H5HL_insert (H5F_t *f, const haddr_t *addr, size_t size,
- const void *buf);
+ const void *buf);
herr_t H5HL_write (H5F_t *f, const haddr_t *addr, size_t offset, size_t size,
const void *buf);
herr_t H5HL_remove (H5F_t *f, const haddr_t *addr, size_t offset, size_t size);
-HDF5API herr_t H5HL_debug (H5F_t *f, const haddr_t *addr, FILE * stream, intn indent,
- intn fwidth);
+HDF5API herr_t H5HL_debug (H5F_t *f, const haddr_t *addr, FILE * stream,
+ intn indent, intn fwidth);
#endif