[Libguestfs] [PATCH 1/3] daemon: Fix whitespace.

Richard W.M. Jones rjones at redhat.com
Thu Feb 5 08:40:38 UTC 2015


---
 daemon/parted.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/parted.c b/daemon/parted.c
index 2f10144..877ef10 100644
--- a/daemon/parted.c
+++ b/daemon/parted.c
@@ -787,7 +787,7 @@ optgroup_gdisk_available (void)
 }
 
 int
-do_part_set_gpt_type(const char *device, int partnum, const char *guid)
+do_part_set_gpt_type (const char *device, int partnum, const char *guid)
 {
   if (partnum <= 0) {
     reply_with_error ("partition number must be >= 1");
-- 
2.1.0




More information about the Libguestfs mailing list