[6922] Whitespace and newline fixes

This should fix the GCC "no newline at end of file" warnings.

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2008-12-19 23:25:20 +01:00 committed by tomrus88
parent ba868910e2
commit d75812749f
7 changed files with 16 additions and 16 deletions

View file

@ -68,7 +68,7 @@ struct Script
CreatureAI* (*GetAI)(Creature *_Creature);
InstanceData* (*GetInstanceData)(Map*);
// -----------------------------------------
void registerSelf();
};