Wrap the source code at 80 characters.
Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=2172516
Signed-off-by: Laszlo Ersek <lersek(a)redhat.com>
---
common/utils/utils.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/common/utils/utils.h b/common/utils/utils.h
index 31ae73f71d66..42288a5cd422 100644
--- a/common/utils/utils.h
+++ b/common/utils/utils.h
@@ -41,6 +41,7 @@ extern int set_nonblock (int fd);
extern char **copy_environ (char **env, ...) __attribute__ ((__sentinel__));
extern char *make_temporary_directory (void);
extern ssize_t full_pread (int fd, void *buf, size_t count, off_t offset);
-extern ssize_t full_pwrite (int fd, const void *buf, size_t count, off_t offset);
+extern ssize_t full_pwrite (int fd, const void *buf, size_t count,
+ off_t offset);
#endif /* NBDKIT_UTILS_H */