eina eina_inlist.c: Fixed formatting while reading the code.

SVN revision: 83714
This commit is contained in:
Daniel Juyung Seo 2013-02-07 08:03:44 +00:00
parent 8297e007ba
commit 48a06f1252
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ eina_inlist_count(const Eina_Inlist *list)
unsigned int i = 0;
for (l = list; l; l = l->next)
i++;
i++;
return i;
}