summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-07-30 14:32:08 -0400
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2012-08-19 08:40:20 -0700
commit7749c58134022bc6718150c3bb81f18b07687674 (patch)
tree0688e84addd6efb010f2afcb36a8328a0d78637e
parentab46bdec65b4b1150ffa0aa4d9f3142e7e89cef9 (diff)
ephyr: Fix up some bizarre formatting
Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com> (cherry picked from commit b46bbafae6d0a8b3f2f7853d5c1475fc223b1ed6)
-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");