media: replace all <spaces><tab> occurrences
There are a lot of places where sequences of space/tabs are found. Get rid of all spaces before tabs. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
Note: these ioctls that internal to the kernel and are never called
|
||||
from userspace. */
|
||||
#define BT819_FIFO_RESET_LOW _IO('b', 0)
|
||||
#define BT819_FIFO_RESET_HIGH _IO('b', 1)
|
||||
#define BT819_FIFO_RESET_LOW _IO('b', 0)
|
||||
#define BT819_FIFO_RESET_HIGH _IO('b', 1)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user