From 0915406bd36b8f016fcd7da3e05d6b5c8b0be2d7 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Sat, 26 Jan 2019 14:59:04 +1100 Subject: [PATCH] style fix --- src/world/Actor/BNpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/Actor/BNpc.h b/src/world/Actor/BNpc.h index bd5e4d9a..cce71450 100644 --- a/src/world/Actor/BNpc.h +++ b/src/world/Actor/BNpc.h @@ -88,7 +88,7 @@ namespace Sapphire::Entity void onDeath() override; uint32_t getTimeOfDeath() const; - void setTimeOfDeath( uint32_t timeOfDeath); + void setTimeOfDeath( uint32_t timeOfDeath ); private: uint32_t m_bNpcBaseId;