aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2018-10-01 08:39:30 +0300
committerGarrett Brown <themagnificentmrb@gmail.com>2018-10-01 12:12:06 +0200
commit887846617e43e180f0c604d6794c5114e24a873b (patch)
tree6434b9894fe841bf081fd3520c522ea326e83db1
parentf1ed14f243338740615e552d881a7e5390aa9ed2 (diff)
[Cosmetic] Fix whitepace in comment
-rw-r--r--xbmc/input/joysticks/interfaces/IButtonMapper.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/xbmc/input/joysticks/interfaces/IButtonMapper.h b/xbmc/input/joysticks/interfaces/IButtonMapper.h
index a6571ea686..1f3826cdd7 100644
--- a/xbmc/input/joysticks/interfaces/IButtonMapper.h
+++ b/xbmc/input/joysticks/interfaces/IButtonMapper.h
@@ -43,12 +43,12 @@ namespace JOYSTICK
virtual std::string ControllerID(void) const = 0;
/*!
- * \brief Return true if the button mapper wants a cooldown between button
- * mapping commands
- *
- * \return True to only send button mapping commands that occur after a small
- * timeout from the previous command.
- */
+ * \brief Return true if the button mapper wants a cooldown between button
+ * mapping commands
+ *
+ * \return True to only send button mapping commands that occur after a small
+ * timeout from the previous command.
+ */
virtual bool NeedsCooldown(void) const = 0;
/*!