diff options
author | Benedikt Bergenthal <benedikt@kdrennert.de> | 2012-04-18 06:22:40 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-18 06:30:05 -0400 |
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, | |||
234 | } | 234 | } |
235 | } | 235 | } |
236 | 236 | ||
237 | if (iso_layout) { | 237 | if (iso_layout) { |
238 | if (asc->quirks & APPLE_ISO_KEYBOARD) { | 238 | if (asc->quirks & APPLE_ISO_KEYBOARD) { |
239 | trans = apple_find_translation(apple_iso_keyboard, usage->code); | 239 | trans = apple_find_translation(apple_iso_keyboard, usage->code); |
240 | if (trans) { | 240 | if (trans) { |