From 8da50e5a3f83fffa2ed3508a57c787ee73af3d97 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 26 Mar 2014 20:08:36 +0000 Subject: [PATCH] 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 61789c44e..941d05da2 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"