LocalPlayer::accelerateHorizontal: cleanups
[oweals/minetest.git] / src / event.h
index 41be9622b3a3c80ed8e7a7f5f0b7fbded029f2d3..7ab139b5933b5726d575b894eaf92d484fcd3545 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Minetest
-Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 class MtEvent
 {
 public:
-       virtual ~MtEvent(){};
+       virtual ~MtEvent() {};
        //virtual MtEvent* clone(){ return new IEvent; }
        virtual const char* getType() const = 0;