From: Benedikt Bergenthal Date: Wed, 18 Apr 2012 10:22:40 +0000 (+0200) Subject: HID: hid-apple: fix a tab width style issue X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9f1f463ae5d8597fe2b4ffc73051616c47ac1924;p=deliverable%2Flinux.git HID: hid-apple: fix a tab width style issue Fixed a style issue. Signed-off-by: Benedikt Bergenthal Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c index 299d23871122..7a79e39efc7e 100644 --- a/drivers/hid/hid-apple.c +++ b/drivers/hid/hid-apple.c @@ -234,7 +234,7 @@ static int hidinput_apple_event(struct hid_device *hid, struct input_dev *input, } } - if (iso_layout) { + if (iso_layout) { if (asc->quirks & APPLE_ISO_KEYBOARD) { trans = apple_find_translation(apple_iso_keyboard, usage->code); if (trans) {