From 93228b339271f883c2785c4abca5f246416f502e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 4 Jun 2016 09:52:15 +0200 Subject: Indentation fix. --- plugingui/nativewindow_x11.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/nativewindow_x11.cc') diff --git a/plugingui/nativewindow_x11.cc b/plugingui/nativewindow_x11.cc index 63381d3..b0188e1 100644 --- a/plugingui/nativewindow_x11.cc +++ b/plugingui/nativewindow_x11.cc @@ -378,7 +378,7 @@ Event* NativeWindowX11::peekNextEvent() return translateXMessage(peekXEvent, true); } - Event* NativeWindowX11::translateXMessage(XEvent& xevent, bool peek) +Event* NativeWindowX11::translateXMessage(XEvent& xevent, bool peek) { Event* event = nullptr; -- cgit v1.2.3