cogl/framebuffer: Fix enum declaration coding style

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1496
This commit is contained in:
Jonas Ådahl 2020-10-12 19:53:43 +02:00 committed by Georges Basile Stavracas Neto
parent 79e5ec57d2
commit e7b923289a

View File

@ -41,7 +41,8 @@
#include "cogl-gl-header.h"
#include "cogl-clip-stack.h"
typedef enum _CoglFramebufferType {
typedef enum _CoglFramebufferType
{
COGL_FRAMEBUFFER_TYPE_ONSCREEN,
COGL_FRAMEBUFFER_TYPE_OFFSCREEN
} CoglFramebufferType;