From f5a394a5051384a930d635da22ccafc6beb1cb84 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 10 Jan 2010 17:19:24 +0200 Subject: Change code style --- src/joystick.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/joystick.cpp') diff --git a/src/joystick.cpp b/src/joystick.cpp index b72c9103..1eb0f797 100644 --- a/src/joystick.cpp +++ b/src/joystick.cpp @@ -78,7 +78,8 @@ void Joystick::update() mDirection = 0; // When calibrating, don't bother the outside with our state - if (mCalibrating) { + if (mCalibrating) + { doCalibration(); return; }; -- cgit v1.2.3-70-g09d2