From b46bbafae6d0a8b3f2f7853d5c1475fc223b1ed6 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 30 Jul 2012 14:32:08 -0400 Subject: [PATCH] ephyr: Fix up some bizarre formatting Signed-off-by: Adam Jackson Signed-off-by: Keith Packard --- hw/kdrive/ephyr/hostx.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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");