summaryrefslogtreecommitdiff
path: root/hw/kdrive
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-07-30 14:32:08 -0400
committerKeith Packard <keithp@keithp.com>2012-08-06 14:59:49 -0700
commitb46bbafae6d0a8b3f2f7853d5c1475fc223b1ed6 (patch)
tree97b7649ff490ed79201fd232e1c919e7544c9021 /hw/kdrive
parentaad428b8e21c77397c623b78706eb64b1fea77c9 (diff)
ephyr: Fix up some bizarre formatting
Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/kdrive')
-rw-r--r--hw/kdrive/ephyr/hostx.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/kdrive/ephyr/hostx.c b/hw/kdrive/ephyr/hostx.c
index 6988f1625..e13910b72 100644
--- a/hw/kdrive/ephyr/hostx.c
+++ b/hw/kdrive/ephyr/hostx.c
@@ -345,7 +345,10 @@ hostx_init(void)
attr.event_mask =
ButtonPressMask
| ButtonReleaseMask
- | PointerMotionMask | KeyPressMask | KeyReleaseMask | ExposureMask;
+ | PointerMotionMask
+ | KeyPressMask
+ | KeyReleaseMask
+ | ExposureMask;
EPHYR_DBG("mark");