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
1 merge request!1097UDMF: Multitag support
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment