]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm: Cleanup conditionals
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 9 Mar 2016 19:37:46 +0000 (14:37 -0500)
committerJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 22 Mar 2016 18:05:47 +0000 (14:05 -0400)
commit9d1fbf65a53a210840d513d68818f507124cf88d
treecf90739f4515cc35330db4d593d738ea2238c1f2
parent79a16a9b359afbd5687456c4c43c13ac1946826b
mdadm: Cleanup conditionals

Be more consistent in the formatting of conditionals. Don't split on
multiple lines if not needed, don't overflow the 80 character line
length, put the condition operator at the end of the line of
multi-line conditionals, etc.

This should be purely cosmetic.... famous last words!

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
mdadm.c