From c41ac5450a304bfcd8f3ad44e2db79e75a3e7ca9 Mon Sep 17 00:00:00 2001 From: Tommy Schmitz Date: Tue, 2 Aug 2011 10:13:11 +0000 Subject: [PATCH] Changed indentation. --- src/whiteboard/attack.hpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/whiteboard/attack.hpp b/src/whiteboard/attack.hpp index 2296dcdc5f0..168fff46acb 100644 --- a/src/whiteboard/attack.hpp +++ b/src/whiteboard/attack.hpp @@ -56,20 +56,20 @@ public: virtual config to_config() const; private: - void init(); + void init(); - virtual void do_hide() {invalidate();} - virtual void do_show() {invalidate();} + virtual void do_hide() {invalidate();} + virtual void do_show() {invalidate();} - ///invalidates the move-destination and attack-target hexes - void invalidate(); + ///invalidates the move-destination and attack-target hexes + void invalidate(); - ///the target of the attack - map_location target_hex_; + ///the target of the attack + map_location target_hex_; - int weapon_choice_; - int attack_movement_cost_; - int temp_movement_subtracted_; + int weapon_choice_; + int attack_movement_cost_; + int temp_movement_subtracted_; }; /** Dumps an attack on a stream, for debug purposes. */