diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-16 13:16:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-16 13:17:20 -0700 |
commit | 371d5174a5ebfa1513a8ef873c508543d29bfdf0 (patch) | |
tree | 42e8b397ec909d19f5a5a8ee5c7606c496f50402 | |
parent | 094d363aa99de2c4747fc502bba848a82846578e (diff) |
InitValuatorAxisStruct: Add missing line breaks
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/void.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -137,7 +137,8 @@ xf86VoidControlProc(DeviceIntPtr device, int what) InitValuatorAxisStruct(device, 0, axes_labels[0], - 0, /* min val */1, /* max val */ + 0, /* min val */ + 1, /* max val */ 1, /* resolution */ 0, /* min_res */ 1, /* max_res */ @@ -145,7 +146,8 @@ xf86VoidControlProc(DeviceIntPtr device, int what) InitValuatorAxisStruct(device, 1, axes_labels[1], - 0, /* min val */1, /* max val */ + 0, /* min val */ + 1, /* max val */ 1, /* resolution */ 0, /* min_res */ 1, /* max_res */ |