LocalPlayer::accelerateHorizontal: cleanups
[oweals/minetest.git] / src / event.h
index 9e7a0dbf5b482842dd4adc1877c17978fec31f6a..7ab139b5933b5726d575b894eaf92d484fcd3545 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+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;