Staging: Comedi: ni_tio: Fixed spacing issue
Fixed coding style issue from spaces to tabs. Signed-off-by: Jake Champlin <jake.champlin.27@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
215040e123
commit
d1e1501e31
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ static inline unsigned NI_660x_RTSI_Second_Gate_Select(unsigned n)
|
|||
}
|
||||
|
||||
static const unsigned int counter_status_mask =
|
||||
COMEDI_COUNTER_ARMED | COMEDI_COUNTER_COUNTING;
|
||||
COMEDI_COUNTER_ARMED | COMEDI_COUNTER_COUNTING;
|
||||
|
||||
static int __init ni_tio_init_module(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue