staging: comedi: me_daq: cleanup the range tables

Fix the whitespace.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
H Hartley Sweeten
2012-10-25 15:08:42 -07:00
committed by Greg Kroah-Hartman
parent 32d39862be
commit cd0fa970b5

View File

@@ -136,8 +136,7 @@ Configuration options:
#define ME_COUNTER_VALUE_B 0x0022 /* R | - */
static const struct comedi_lrange me2000_ai_range = {
8,
{
8, {
BIP_RANGE(10),
BIP_RANGE(5),
BIP_RANGE(2.5),
@@ -150,8 +149,7 @@ static const struct comedi_lrange me2000_ai_range = {
};
static const struct comedi_lrange me2600_ai_range = {
8,
{
8, {
BIP_RANGE(10),
BIP_RANGE(5),
BIP_RANGE(2.5),
@@ -164,8 +162,7 @@ static const struct comedi_lrange me2600_ai_range = {
};
static const struct comedi_lrange me2600_ao_range = {
3,
{
3, {
BIP_RANGE(10),
BIP_RANGE(5),
UNI_RANGE(10)