Commit 7e174702 authored by Brian K. Turner's avatar Brian K. Turner Committed by Dmitry Torokhov

Input: lifebook - fix tabbing issue

This change fixes a style issue where spaces where used instead of tabs.
Signed-off-by: default avatarBrian K. Turner <turnerbk84@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 61c797d5
......@@ -256,8 +256,8 @@ static void lifebook_disconnect(struct psmouse *psmouse)
int lifebook_detect(struct psmouse *psmouse, bool set_properties)
{
if (!lifebook_present)
return -1;
if (!lifebook_present)
return -1;
if (desired_serio_phys &&
strcmp(psmouse->ps2dev.serio->phys, desired_serio_phys))
......@@ -268,7 +268,7 @@ int lifebook_detect(struct psmouse *psmouse, bool set_properties)
psmouse->name = "Lifebook TouchScreen";
}
return 0;
return 0;
}
static int lifebook_create_relative_device(struct psmouse *psmouse)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment