mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-29 09:46:07 +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;
|
||||
|
||||
for (i = 0; i < list1->count; i++)
|
||||
if (list1->tags[i] != list2->tags[i])
|
||||
return false;
|
||||
if (list1->tags[i] != list2->tags[i])
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue