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-Tag: upstream/snapshot3+hdmi~7432^2~1^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f1f463ae5d8597fe2b4ffc73051616c47ac1924;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 299d238..7a79e39 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) {