mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
fix clang-format
This commit is contained in:
parent
00b66362c3
commit
9ab8de5718
|
@ -48,8 +48,8 @@ bool IsDDRace(const CServerInfo *pInfo)
|
|||
|
||||
bool IsBlockInfectionZ(const CServerInfo *pInfo)
|
||||
{
|
||||
return str_find_nocase(pInfo->m_aGameType, "blockz")
|
||||
|| str_find_nocase(pInfo->m_aGameType, "infectionz");
|
||||
return str_find_nocase(pInfo->m_aGameType, "blockz") ||
|
||||
str_find_nocase(pInfo->m_aGameType, "infectionz");
|
||||
}
|
||||
|
||||
bool IsBlockWorlds(const CServerInfo *pInfo)
|
||||
|
|
Loading…
Reference in a new issue