Browse Source

USB: usb/input/usbmouse.c: whitespace cleanup

Replace spaces with tab and change comment indention for better readability.

Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Reiner Herrmann 18 years ago
parent
commit
14acdcd321
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/usb/input/usbmouse.c

+ 1 - 1
drivers/usb/input/usbmouse.c

@@ -218,7 +218,7 @@ static void usb_mouse_disconnect(struct usb_interface *intf)
 
 
 static struct usb_device_id usb_mouse_id_table [] = {
 static struct usb_device_id usb_mouse_id_table [] = {
 	{ USB_INTERFACE_INFO(3, 1, 2) },
 	{ USB_INTERFACE_INFO(3, 1, 2) },
-    { }						/* Terminating entry */
+	{ }	/* Terminating entry */
 };
 };
 
 
 MODULE_DEVICE_TABLE (usb, usb_mouse_id_table);
 MODULE_DEVICE_TABLE (usb, usb_mouse_id_table);