From 899d08722a7590ae2bfa2b12395d21ab94db6fad Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 24 Sep 2023 14:48:36 -0400 Subject: [PATCH] buffer: Remove trailing space Part-of: --- subprojects/gstreamer/gst/gstbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gstreamer/gst/gstbuffer.c b/subprojects/gstreamer/gst/gstbuffer.c index 2d3a849419..d4e65066dc 100644 --- a/subprojects/gstreamer/gst/gstbuffer.c +++ b/subprojects/gstreamer/gst/gstbuffer.c @@ -35,7 +35,7 @@ * The following example creates a buffer that can hold a given video frame * with a given width, height and bits per plane. * - * ``` C + * ``` C * GstBuffer *buffer; * GstMemory *memory; * gint size, width, height, bpp;