From d7be7d87366a7f9b190bc4e41ea06f7c9984028e Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Tue, 16 May 2017 13:59:43 -0400 Subject: mdadm: Fixup more broken logical operator formatting Signed-off-by: Jes Sorensen --- restripe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'restripe.c') diff --git a/restripe.c b/restripe.c index de85ee46..6b31695b 100644 --- a/restripe.c +++ b/restripe.c @@ -731,8 +731,8 @@ int restore_stripes(int *dest, unsigned long long *offsets, zero_size = chunk_size; } - if (stripe_buf == NULL || stripes == NULL || blocks == NULL - || zero == NULL) { + if (stripe_buf == NULL || stripes == NULL || blocks == NULL || + zero == NULL) { rv = -2; goto abort; } -- cgit v1.2.3