From dd18101f7bcc1962e1378766165351aa4cfda01d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 10 Apr 2015 19:23:42 +0300 Subject: Fix code style. --- src/net/tmwa/beinghandler.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/net/tmwa/beinghandler.cpp') diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp index 7ce768d62..27cad62ba 100644 --- a/src/net/tmwa/beinghandler.cpp +++ b/src/net/tmwa/beinghandler.cpp @@ -362,7 +362,8 @@ void BeingHandler::processBeingChangeLookContinue(Net::MessageIn &msg, localPlayer->imitateOutfit(dstBeing, SPRITE_HEAD_BOTTOM); break; case 6: // eAthena LOOK_HAIR_COLOR - dstBeing->setHairColor(SPRITE_HAIR_COLOR, static_cast(id)); + dstBeing->setHairColor(SPRITE_HAIR_COLOR, + static_cast(id)); break; case 7: // Clothes color // ignoring it -- cgit v1.2.3-70-g09d2