[10573] Add end file empty line to some files.

This commit is contained in:
VladimirMangos 2010-10-01 21:04:02 +04:00
parent 41e41947e7
commit 321b8a4ae8
3 changed files with 3 additions and 3 deletions

View file

@ -2058,4 +2058,4 @@ bool WorldObject::IsControlledByPlayer() const
default:
return false;
}
}
}

View file

@ -518,4 +518,4 @@ class MANGOS_DLL_SPEC WorldObject : public Object
ViewPoint m_viewPoint;
};
#endif
#endif

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10572"
#define REVISION_NR "10573"
#endif // __REVISION_NR_H__