From c50cc1cb847818b8975edb82bdf9a2a07909ca70 Mon Sep 17 00:00:00 2001 From: "Dr. Chat" Date: Tue, 18 Aug 2015 19:13:36 -0500 Subject: [PATCH] Lint. One line of lint. --- src/xenia/ui/ui_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenia/ui/ui_event.h b/src/xenia/ui/ui_event.h index 11881a6cb..0717e0fbe 100644 --- a/src/xenia/ui/ui_event.h +++ b/src/xenia/ui/ui_event.h @@ -48,7 +48,7 @@ class KeyEvent : public UIEvent { int key_code_ = 0; int repeat_count_ = 0; - bool prev_state_ = false; // Key previously down(true) or up(false) + bool prev_state_ = false; // Key previously down(true) or up(false) }; class MouseEvent : public UIEvent {