summaryrefslogtreecommitdiff
path: root/plugingui/nativewindow_x11.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-06-04 09:52:15 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2016-06-04 09:52:15 +0200
commit93228b339271f883c2785c4abca5f246416f502e (patch)
tree219805a0a083aeaf6209c9994dde39a62bfebd87 /plugingui/nativewindow_x11.cc
parent5ac122d18820010471eb630a0dfa1e399456cc4e (diff)
Indentation fix.
Diffstat (limited to 'plugingui/nativewindow_x11.cc')
-rw-r--r--plugingui/nativewindow_x11.cc2
1 files changed, 1 insertions, 1 deletions
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;