]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.c
mdadm: Clean up some ugly multiple actions on single line
authorJes Sorensen <Jes.Sorensen@gmail.com>
Wed, 29 Mar 2017 15:55:19 +0000 (11:55 -0400)
committerJes Sorensen <Jes.Sorensen@gmail.com>
Wed, 29 Mar 2017 15:55:19 +0000 (11:55 -0400)
commited1809969802ba03be0a33b7cd9f0ea85c7a42aa
tree0226bc6e3dd2113c11dece9dbd41009b2a6d6770
parentaa3131183661955de112fa7d9824207de63d9fa5
mdadm: Clean up some ugly multiple actions on single line

'foo(); continue;' on the same line within a switch statement is
always wrong. Get rid of some of it.

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