formatting

SVN revision: 34212
This commit is contained in:
Sebastian Dransfeld 2008-04-07 05:52:45 +00:00
parent ec51ff71c6
commit b495b19470
1 changed files with 4 additions and 4 deletions

View File

@ -921,7 +921,7 @@ efreet_mime_shared_mimeinfo_magic_parse(char *data, int size)
} }
else else
{ {
short tshort; short tshort;
if (!mime) continue; if (!mime) continue;
if (!entry) if (!entry)
@ -955,7 +955,7 @@ efreet_mime_shared_mimeinfo_magic_parse(char *data, int size)
case '=': case '=':
ptr++; ptr++;
memcpy(&tshort, ptr, sizeof(short)); memcpy(&tshort, ptr, sizeof(short));
entry->value_len = ntohs(tshort); entry->value_len = ntohs(tshort);
ptr += 2; ptr += 2;