From 321b8a4ae8f9dadfc04c73b7393bcae516ee1df5 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Fri, 1 Oct 2010 21:04:02 +0400 Subject: [PATCH] [10573] Add end file empty line to some files. --- src/game/Object.cpp | 2 +- src/game/Object.h | 2 +- src/shared/revision_nr.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/Object.cpp b/src/game/Object.cpp index fd55717b4..f30cd438a 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -2058,4 +2058,4 @@ bool WorldObject::IsControlledByPlayer() const default: return false; } -} \ No newline at end of file +} diff --git a/src/game/Object.h b/src/game/Object.h index 08b4b94c5..f5088a3c2 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -518,4 +518,4 @@ class MANGOS_DLL_SPEC WorldObject : public Object ViewPoint m_viewPoint; }; -#endif \ No newline at end of file +#endif diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 75dc84c99..c51e523c8 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10572" + #define REVISION_NR "10573" #endif // __REVISION_NR_H__