Selaa lähdekoodia

staging: comedi: me4000: tidy up comedi_lrange tables

Tidy up the whitespace in the comedi_lrange tables.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
H Hartley Sweeten 11 vuotta sitten
vanhempi
commit
93626a45ae
1 muutettua tiedostoa jossa 6 lisäystä ja 7 poistoa
  1. 6 7
      drivers/staging/comedi/drivers/me4000.c

+ 6 - 7
drivers/staging/comedi/drivers/me4000.c

@@ -328,13 +328,12 @@ static const struct me4000_board me4000_boards[] = {
 };
 };
 
 
 static const struct comedi_lrange me4000_ai_range = {
 static const struct comedi_lrange me4000_ai_range = {
-	4,
-	{
-	 UNI_RANGE(2.5),
-	 UNI_RANGE(10),
-	 BIP_RANGE(2.5),
-	 BIP_RANGE(10),
-	 }
+	4, {
+		UNI_RANGE(2.5),
+		UNI_RANGE(10),
+		BIP_RANGE(2.5),
+		BIP_RANGE(10)
+	}
 };
 };
 
 
 #define FIRMWARE_NOT_AVAILABLE 1
 #define FIRMWARE_NOT_AVAILABLE 1