From 5ff513ec271e9b4f070f6f4f93d3d823a27b6828 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Thu, 3 Nov 2016 08:31:16 +0100 Subject: [PATCH] libs: vaapitexturemap: trivial code-style fix --- gst-libs/gst/vaapi/gstvaapitexturemap.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/vaapi/gstvaapitexturemap.c b/gst-libs/gst/vaapi/gstvaapitexturemap.c index cb832da..0a17bac 100644 --- a/gst-libs/gst/vaapi/gstvaapitexturemap.c +++ b/gst-libs/gst/vaapi/gstvaapitexturemap.c @@ -35,10 +35,11 @@ * * Base class for API-dependent texture map. */ -struct _GstVaapiTextureMap { +struct _GstVaapiTextureMap +{ GstObject parent_instance; - /*< private >*/ + /*< private > */ GHashTable *texture_map; }; @@ -47,7 +48,8 @@ struct _GstVaapiTextureMap { * * Base class for API-dependent texture map. */ -struct _GstVaapiTextureMapClass { +struct _GstVaapiTextureMapClass +{ GstObjectClass parent_class; }; -- 2.7.4