aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp32/gp32std_input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/gp32/gp32std_input.cpp')
-rw-r--r--backends/platform/gp32/gp32std_input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/gp32/gp32std_input.cpp b/backends/platform/gp32/gp32std_input.cpp
index b36535dbc6..de82f8b0bc 100644
--- a/backends/platform/gp32/gp32std_input.cpp
+++ b/backends/platform/gp32/gp32std_input.cpp
@@ -195,7 +195,7 @@ bool gp_pumpButtonEvent() {
bool gp_pollButtonEvent(GP32BtnEvent *ev) {
gp_pumpButtonEvent();
- if(eventQueue.isEmpty()) {
+ if (eventQueue.isEmpty()) {
return false;
}