evas-gl-drm: Fix formatting

NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-06-01 13:52:34 -04:00
parent a9a733c2f5
commit 6929172a81
1 changed files with 9 additions and 9 deletions

View File

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