staging: comedi: usbduxfast: 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>
This commit is contained in:
parent
168a21038a
commit
67b3b78f5d
1 changed files with 4 additions and 1 deletions
|
@ -138,7 +138,10 @@
|
|||
* comedi constants
|
||||
*/
|
||||
static const struct comedi_lrange range_usbduxfast_ai_range = {
|
||||
2, {BIP_RANGE(0.75), BIP_RANGE(0.5)}
|
||||
2, {
|
||||
BIP_RANGE(0.75),
|
||||
BIP_RANGE(0.5)
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue