]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/utils.qh
semis after LAMBDA for uncrustify
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / utils.qh
index 092b21a78807c996c154b813eed373707b44bfdc..abc156ae0942de8f82b6747b8daa2a8d05ce9ffb 100644 (file)
@@ -37,7 +37,7 @@ const string STR_OBSERVER = "observer";
                { \
                        const noref int i = _i; \
                        ITER_CONST noref entity it = ftoe(i); \
-                       if(cond) { LAMBDA(body) } \
+                       if(cond) { LAMBDA(body); } \
                } \
        MACRO_END
 
@@ -69,7 +69,7 @@ bool _FCR_entered = false;
                { \
                        const noref int i = _i; \
                        ITER_CONST noref entity it = _FCR_clients[i]; \
-                       if (cond) { LAMBDA(body) } \
+                       if (cond) { LAMBDA(body); } \
                } \
                _FCR_entered = false; \
        MACRO_END