]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix an indentation issue
authorotta8634 <k9wolf@pm.me>
Thu, 9 Jan 2025 05:49:59 +0000 (13:49 +0800)
committerotta8634 <k9wolf@pm.me>
Thu, 9 Jan 2025 05:49:59 +0000 (13:49 +0800)
qcsrc/common/mapinfo.qh

index 659d8c040fb458ed72cfdb533f62a84b2bcf293d..2f14a1f794e275154c4fb54ac15e2c2574ea88dc 100644 (file)
@@ -98,11 +98,11 @@ CLASS(Gametype, Object)
 #ifdef MENUQC
     /* game type guide description
      * this description is used in the guide, the description stored in .m_description is shorter and used for things like the mapvoting dialog
-        */
+     */
     METHOD(Gametype, describe, string(Gametype this))
     {
         TC(Gametype, this);
-               return SUPER(Gametype).describe(this);
+        return SUPER(Gametype).describe(this);
     }
 #endif
     METHOD(Gametype, display, void(Gametype this, void(string name, string icon) returns))