From 6c5e7bee7be42d18a24db2a99776a2e373330ac3 Mon Sep 17 00:00:00 2001 From: otta8634 Date: Thu, 9 Jan 2025 13:49:59 +0800 Subject: [PATCH] Fix an indentation issue --- qcsrc/common/mapinfo.qh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.39.5