mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 02:41:49 +00:00
Indent
This commit is contained in:
parent
c22dbe1d2e
commit
87e19198ae
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ boolean Tag_Compare (const taglist_t* list1, const taglist_t* list2)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
for (i = 0; i < list1->count; i++)
|
for (i = 0; i < list1->count; i++)
|
||||||
if (list1->tags[i] != list2->tags[i])
|
if (list1->tags[i] != list2->tags[i])
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue