emotion/generic: formatting.
authorantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Sep 2011 16:07:10 +0000 (16:07 +0000)
committerantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Sep 2011 16:07:10 +0000 (16:07 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@63206 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/generic/emotion_generic.c

index 3a635a2..bc4b447 100644 (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