From: otta8634 Date: Thu, 9 Jan 2025 05:49:59 +0000 (+0800) Subject: Fix an indentation issue X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6c5e7bee7be42d18a24db2a99776a2e373330ac3;p=xonotic%2Fxonotic-data.pk3dir.git Fix an indentation issue --- diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index 659d8c040f..2f14a1f794 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -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))