]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Create: Fixup bad placement of logical || && in multi-line if statements
authorJes Sorensen <Jes.Sorensen@gmail.com>
Wed, 5 Apr 2017 15:53:12 +0000 (11:53 -0400)
committerJes Sorensen <Jes.Sorensen@gmail.com>
Wed, 5 Apr 2017 15:53:12 +0000 (11:53 -0400)
commitcf622ec1d81a5bb3f882922667bac494b3a16581
tree7d7f6a9551bb24017deb5e64ed6a5b31f716613f
parent230a0dde0926125b8895e02a669b4701f79c0f07
Create: Fixup bad placement of logical || && in multi-line if statements

These always go at the end of the line, never at the front

Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
Create.c