summaryrefslogtreecommitdiffstats
path: root/src/kernel/xloop_file_fmt_qcow_cluster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/xloop_file_fmt_qcow_cluster.h')
-rw-r--r--src/kernel/xloop_file_fmt_qcow_cluster.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/xloop_file_fmt_qcow_cluster.h b/src/kernel/xloop_file_fmt_qcow_cluster.h
index a3716f5..8be0592 100644
--- a/src/kernel/xloop_file_fmt_qcow_cluster.h
+++ b/src/kernel/xloop_file_fmt_qcow_cluster.h
@@ -15,8 +15,8 @@
#include "xloop_file_fmt.h"
-extern int xloop_file_fmt_qcow_get_host_offset(struct xloop_file_fmt *xlo_fmt,
- u64 offset, unsigned int *bytes, u64 *host_offset,
- enum xloop_file_fmt_qcow_subcluster_type *subcluster_type);
+extern int xloop_file_fmt_qcow_get_host_offset(struct xloop_file_fmt *xlo_fmt, u64 offset, unsigned int *bytes,
+ u64 *host_offset,
+ enum xloop_file_fmt_qcow_subcluster_type *subcluster_type);
#endif