]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Level/Hotspot.hpp
clang-format: Apply to all headers
[lugaru.git] / Source / Level / Hotspot.hpp
index 1ca0bbee46c1bcdc96debcabd918cacbd8edb2a6..210ba914d4d3d25a01bfb76ce807ce9e320ab4ea 100644 (file)
@@ -38,7 +38,7 @@ public:
     XYZ position;
     int type;
     float size;
-    char text[256] = {0};
+    char text[256] = { 0 };
 };
 
 #endif