Skip to content
Snippets Groups Projects
Commit d5355a11 authored by Nev3r's avatar Nev3r
Browse files

Indent

parent 95a61a22
No related branches found
No related tags found
No related merge requests found
...@@ -70,8 +70,8 @@ boolean Tag_Compare (const taglist_t* list1, const taglist_t* list2) ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment