[Libguestfs] [nbdkit PATCH 01/17] common/utils/utils.h: wrap source code at 80 chars

Laszlo Ersek lersek at redhat.com
Thu Apr 13 14:03:30 UTC 2023


Wrap the source code at 80 characters.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2172516
Signed-off-by: Laszlo Ersek <lersek at 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 */



More information about the Libguestfs mailing list