whitespace cleanup.

SVN revision: 37240
This commit is contained in:
Sebastian Dransfeld 2008-10-27 13:31:39 +00:00
parent ac039a476e
commit 832960fb61
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ _ibar_new(Evas *evas, Instance *inst)
{
IBar *b;
char buf[4096];
b = E_NEW(IBar, 1);
inst->ibar = b;
b->inst = inst;