]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/sandbox/sv_sandbox.qh
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / sandbox / sv_sandbox.qh
index f6a0afdf404c1fdb173299f20d86dee76a25e65c..0f88af689acfa30412929d4255d12ce4d6903852 100644 (file)
@@ -1,4 +1,7 @@
 #pragma once
 
 IntrusiveList g_sandbox_objects;
-STATIC_INIT(g_sandbox_objects) { g_sandbox_objects = IL_NEW(); }
+STATIC_INIT(g_sandbox_objects)
+{
+       g_sandbox_objects = IL_NEW();
+}