summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-16 13:16:28 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-16 13:17:20 -0700
commit371d5174a5ebfa1513a8ef873c508543d29bfdf0 (patch)
tree42e8b397ec909d19f5a5a8ee5c7606c496f50402
parent094d363aa99de2c4747fc502bba848a82846578e (diff)
InitValuatorAxisStruct: Add missing line breaks
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/void.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/void.c b/src/void.c
index 729fb41..4d77f82 100644
--- a/src/void.c
+++ b/src/void.c
@@ -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 */