dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Benedikt Bergenthal 2012-04-18 12:22:40 +02:00 committed by Jiri Kosina
parent 212da74da7
commit 9f1f463ae5
1 changed files with 1 additions and 1 deletions

View File

@ -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) {