formatting

SVN revision: 35424
This commit is contained in:
Sebastian Dransfeld 2008-08-10 09:25:21 +00:00
parent a8125498b8
commit 80674bcaf5
1 changed files with 2 additions and 1 deletions

View File

@ -2178,7 +2178,8 @@ _eet_data_descriptor_decode(const Eet_Dictionary *ed,
dumpfunc(dumpdata, "list");
break;
case EET_G_HASH:
dumpfunc(dumpdata, "hash");break;
dumpfunc(dumpdata, "hash");
break;
default:
dumpfunc(dumpdata, "???");
break;