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:
@@ -61,7 +61,7 @@ struct smsusb_device_t {
|
||||
struct usb_device *udev;
|
||||
struct smscore_device_t *coredev;
|
||||
|
||||
struct smsusb_urb_t surbs[MAX_URBS];
|
||||
struct smsusb_urb_t surbs[MAX_URBS];
|
||||
|
||||
int response_alignment;
|
||||
int buffer_size;
|
||||
|
Reference in New Issue
Block a user