]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Level/Hotspot.hpp
clang-format: Apply to all headers
[lugaru.git] / Source / Level / Hotspot.hpp
index c29fb4c38e384b10e63d4492d6f95e7e71a9bf57..210ba914d4d3d25a01bfb76ce807ce9e320ab4ea 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -38,7 +38,7 @@ public:
     XYZ position;
     int type;
     float size;
-    char text[256] = {0};
+    char text[256] = { 0 };
 };
 
 #endif