]> Pileus Git - ~andy/linux/blobdiff - drivers/input/apm-power.c
Merge branch 'fixes' into for-linus
[~andy/linux] / drivers / input / apm-power.c
index e90ee3d306132aa91348485110ee8ac3fd119665..650177a3c858ba13159bbed2dbc9148c66370ec3 100644 (file)
@@ -33,7 +33,7 @@ static void system_power_event(unsigned int keycode)
 }
 
 static void apmpower_event(struct input_handle *handle, unsigned int type,
-                       unsigned int code, int value)
+                          unsigned int code, int value)
 {
        /* only react on key down events */
        if (value != 1)