[Pkg-libvirt-commits] [libguestfs] 01/72: daemon: Fix whitespace.

Hilko Bengen bengen at moszumanska.debian.org
Sun Apr 5 15:19:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit fb14015a12c0dfa897b08b639be1785c91e2e813
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Feb 5 08:01:48 2015 +0000

    daemon: Fix whitespace.
    
    (cherry picked from commit b3e3750b13a96fb6d1b79f7c0dabb4eeb37de5ef)
---
 daemon/parted.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/parted.c b/daemon/parted.c
index be8b304..80637fa 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");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list