diff options
author | Benedikt Bergenthal <benedikt@kdrennert.de> | 2012-04-18 12:22:40 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-18 12:30:05 +0200 |
commit | 9f1f463ae5d8597fe2b4ffc73051616c47ac1924 (patch) | |
tree | 37c7e7bff7775e579ceae66d83aa0be73887c86d /drivers/hid/hid-apple.c | |
parent | 212da74da783ba9d4459799f4aaecd5de217a312 (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/hid-apple.c')
-rw-r--r-- | drivers/hid/hid-apple.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |