Skip to content

Commit

Permalink
HID: hid-apple: fix a tab width style issue
Browse files Browse the repository at this point in the history
Fixed a style issue.

Signed-off-by: Benedikt Bergenthal <benedikt@kdrennert.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Benedikt Bergenthal authored and Jiri Kosina committed Apr 18, 2012
1 parent 212da74 commit 9f1f463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/hid-apple.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9f1f463

Please sign in to comment.