emotion/generic: formatting.

SVN revision: 63206
This commit is contained in:
Rafael Antognolli 2011-09-05 16:07:10 +00:00
parent 93b310e15c
commit c6ca436e79
1 changed files with 2 additions and 2 deletions

View File

@ -876,8 +876,8 @@ static void
em_size_get(void *data, int *w, int *h)
{
Emotion_Generic_Video *ev = data;
if(w) *w = ev->w;
if(h) *h = ev->h;
if (w) *w = ev->w;
if (h) *h = ev->h;
}
static void