From 68ba6dae3dadbc6dd295dd845f1ad121da86b333 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 15 Dec 2011 16:39:48 +0000 Subject: [PATCH] MFC 225168: If a drive is not part of the array (i.e. missing) we need to print the new line after the pd state information as well, so move it to the outside of the block. git-svn-id: svn://svn.freebsd.org/base/stable/8@228534 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/mfiutil/mfi_show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/mfiutil/mfi_show.c b/usr.sbin/mfiutil/mfi_show.c index a904358ba..4f83b52e3 100644 --- a/usr.sbin/mfiutil/mfi_show.c +++ b/usr.sbin/mfiutil/mfi_show.c @@ -335,8 +335,8 @@ show_config(int ac, char **av) mfi_pdstate(ar->pd[j].fw_state)); else print_pd(&pinfo, -1); - printf("\n"); } + printf("\n"); } p += config->array_size; } -- 2.45.0