From de4e4f7694bb4ba07f543b214c67b85f0a3f0d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 10 Nov 2020 15:02:21 +0100 Subject: consistent formatting --- labb4/GameState.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'labb4/GameState.h') diff --git a/labb4/GameState.h b/labb4/GameState.h index dfd7ac5..17b86de 100644 --- a/labb4/GameState.h +++ b/labb4/GameState.h @@ -27,7 +27,7 @@ public: /* * Copy assignment. */ - GameState &operator=(const GameState &other); + GameState& operator=(const GameState& other); /* * Clear and redraw entire playing field. @@ -75,7 +75,7 @@ public: Hero getHero () const; private: - std::vector robots; // the robots and the junk combined + std::vector robots; // the robots and the junk combined Hero hero; // the hero // private helpers -- cgit v1.2.1