[Pkg-libvirt-commits] [libguestfs] 47/61: daemon: md: Whitespace fix.

Hilko Bengen bengen at moszumanska.debian.org
Sat Mar 29 14:36:31 UTC 2014


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

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 8da50e5a3f83fffa2ed3508a57c787ee73af3d97
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Mar 26 20:08:36 2014 +0000

    daemon: md: Whitespace fix.
---
 daemon/md.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/md.c b/daemon/md.c
index 61789c4..941d05d 100644
--- a/daemon/md.c
+++ b/daemon/md.c
@@ -214,7 +214,7 @@ do_list_md_devices (void)
   DECLARE_STRINGSBUF (ret);
   glob_t mds;
 
-  memset(&mds, 0, sizeof(mds));
+  memset (&mds, 0, sizeof mds);
 
 #define PREFIX "/sys/block/md"
 #define SUFFIX "/md"

-- 
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