aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid
diff options
context:
space:
mode:
authorBenedikt Bergenthal <benedikt@kdrennert.de>2012-04-18 12:22:40 +0200
committerJiri Kosina <jkosina@suse.cz>2012-04-18 12:30:05 +0200
commit9f1f463ae5d8597fe2b4ffc73051616c47ac1924 (patch)
tree37c7e7bff7775e579ceae66d83aa0be73887c86d /drivers/hid
parent212da74da783ba9d4459799f4aaecd5de217a312 (diff)
HID: hid-apple: fix a tab width style issue
Fixed a style issue. Signed-off-by: Benedikt Bergenthal <benedikt@kdrennert.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/hid-apple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c
index 299d2387112..7a79e39efc7 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) {