From 59f441730d8dbd7574b2fe4c9a430be256449cab Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 13 Dec 2008 22:56:33 +0100 Subject: Code style reformatting Got rid of "void" in functions that take no arguments and removed the newline after the return type of a method in many places. --- src/being.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index d7f78753..f48ebae2 100644 --- a/src/being.h +++ b/src/being.h @@ -374,9 +374,9 @@ class Being : public Sprite const std::auto_ptr mEquipment; - static int getHairColorsNr(void); + static int getHairColorsNr(); - static int getHairStylesNr(void); + static int getHairStylesNr(); static std::string getHairColor(int index); -- cgit v1.2.3-70-g09d2