mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
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:
committed by
Greg Kroah-Hartman
parent
168a21038a
commit
67b3b78f5d
@@ -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)
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user