From 4c06b676ad48d696b3d130569934841e61fc2144 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Sat, 28 Sep 2013 21:30:51 +0200 Subject: [PATCH] Spacing and minor fixes --- src/input.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input.cpp b/src/input.cpp index 364bed3..d38f077 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -314,7 +314,7 @@ struct InputPrivate states = new ButtonState[Input::buttonCodeSize]; statesOld = new ButtonState[Input::buttonCodeSize]; - // Clear buffers + /* Clear buffers */ clearBuffer(); swapBuffers(); clearBuffer(); @@ -434,7 +434,7 @@ struct InputPrivate } void pollBindingPriv(const Binding &b, - Input::ButtonCode &repeatCand) + Input::ButtonCode &repeatCand) { if (!b.sourceActive()) return;