From 77f1906effbbaaff2c1c53926a3e77bb8f4aa799 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 30 Aug 2011 21:04:30 +0300 Subject: [PATCH] Style update: remove alignment --- source/input/device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/input/device.h b/source/input/device.h index 49d858b..3338137 100644 --- a/source/input/device.h +++ b/source/input/device.h @@ -22,14 +22,14 @@ public: protected: std::string name; - std::vector buttons; + std::vector buttons; std::vector axes; Device() { } public: virtual ~Device() { } const std::string &get_name() const { return name; } - bool get_button_state(unsigned) const; + bool get_button_state(unsigned) const; float get_axis_value(unsigned) const; virtual std::string get_button_name(unsigned) const; -- 2.43.0