summaryrefslogtreecommitdiff
path: root/cogl/cogl-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-object.h')
-rw-r--r--cogl/cogl-object.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cogl/cogl-object.h b/cogl/cogl-object.h
index 87fdce2b..eb7a8252 100644
--- a/cogl/cogl-object.h
+++ b/cogl/cogl-object.h
@@ -83,8 +83,7 @@ cogl_object_unref (void *object);
*
* Since: 1.4
*/
-typedef struct
-{
+typedef struct {
int unused;
} CoglUserDataKey;
@@ -114,8 +113,7 @@ typedef void (*CoglUserDataDestroyCallback) (void *user_data);
* Since: 1.8
* Stability: unstable
*/
-typedef struct
-{
+typedef struct {
const char *name;
unsigned long instance_count;
} CoglDebugObjectTypeInfo;