evas-gl-drm: Fix formatting
authorChris Michael <cp.michael@samsung.com>
Mon, 1 Jun 2015 17:52:34 +0000 (13:52 -0400)
committerChris Michael <cp.michael@samsung.com>
Mon, 1 Jun 2015 18:06:21 +0000 (14:06 -0400)
NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/gl_drm/evas_engine.h

index 9b436f8..b97b047 100644 (file)
@@ -127,15 +127,15 @@ struct _Outbuf
 
    struct
      {
-      int fd;
-      unsigned int conn, crtc, fb;
-      Buffer buffer[NUM_BUFFERS];
-      int curr, num;
-      drmModeModeInfo mode;
-      drmEventContext ctx;
-      Eina_List *pending_writes;
-      Eina_List *planes;
-      Eina_Bool pending_flip : 1;
+        int fd;
+        unsigned int conn, crtc, fb;
+        Buffer buffer[NUM_BUFFERS];
+        int curr, num;
+        drmModeModeInfo mode;
+        drmEventContext ctx;
+        Eina_List *pending_writes;
+        Eina_List *planes;
+        Eina_Bool pending_flip : 1;
      } priv;
 };