From d16a749444251c12689fa93d398149025a9c2398 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Tue, 16 May 2017 14:09:57 -0400 Subject: mdadm: Fixup != broken formatting Signed-off-by: Jes Sorensen --- policy.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'policy.c') diff --git a/policy.c b/policy.c index 064d3491..b17585a9 100644 --- a/policy.c +++ b/policy.c @@ -887,9 +887,8 @@ int Write_rules(char *rule_name) fd = 1; /* write static invocation */ - if (write(fd, udev_template_start, - sizeof(udev_template_start) - 1) - != (int)sizeof(udev_template_start)-1) + if (write(fd, udev_template_start, sizeof(udev_template_start) - 1) != + (int)sizeof(udev_template_start) - 1) goto abort; /* iterate, if none created or error occurred, remove file */ -- cgit v1.2.3