From 0d5d7b8b23ebd6b8dd77ba943169bc046940f469 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 27 Apr 2011 21:39:59 +0000 Subject: [PATCH] whitespace nit --- sbin/mdconfig/mdconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c index 50c3e96582a7..22e961e50985 100644 --- a/sbin/mdconfig/mdconfig.c +++ b/sbin/mdconfig/mdconfig.c @@ -294,7 +294,7 @@ main(int argc, char **argv) } if (action == LIST) { if (mdio.md_options & MD_AUTOUNIT) { - /* + /* * Listing all devices. This is why we pass NULL * together with OPT_LIST. */