From c0b0f54b8c5246c6a17e1370c096da02b0d9e07e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 27 Dec 2004 15:58:25 +0000 Subject: [PATCH] Indentation fix. --- src/xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmenu.c b/src/xmenu.c index b20147417b..55c28d831e 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1203,7 +1203,7 @@ popup_get_selection (initial_event, dpyinfo, id, do_timers, down_on_keypress) while (popup_activated_flag) { - if (initial_event) + if (initial_event) { event = *initial_event; initial_event = 0; -- 2.20.1