From aba69144fd44fc261c943b0cec540751cfcd29bd Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 14 Dec 2007 20:13:43 +1100 Subject: Remove spaces/tabs from ends of lines. --- mdopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdopen.c') diff --git a/mdopen.c b/mdopen.c index ebaba95..55252dc 100644 --- a/mdopen.c +++ b/mdopen.c @@ -193,7 +193,7 @@ int open_mddev(char *dev, int autof) * If the device name is in a 'standard' format, * intuit the minor from that, else * easiest to read /proc/mdstat, and hunt through for - * an unused number + * an unused number */ if (num < 0) { /* need to pick an unused number */ -- cgit