Browse Source

[media] gspca_sn9c20x: Whitespace fixes

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Hans de Goede 13 years ago
parent
commit
7135d88495
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/media/video/gspca/sn9c20x.c

+ 2 - 2
drivers/media/video/gspca/sn9c20x.c

@@ -1980,8 +1980,8 @@ static int sd_isoc_init(struct gspca_dev *gspca_dev)
 
 		if (intf->num_altsetting != 9) {
 			pr_warn("sn9c20x camera with unknown number of alt "
-			        "settings (%d), please report!\n",
-			        intf->num_altsetting);
+				"settings (%d), please report!\n",
+				intf->num_altsetting);
 			gspca_dev->alt = intf->num_altsetting;
 			return 0;
 		}