buffer: Remove trailing space

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5355>
This commit is contained in:
Xavier Claessens 2023-09-24 14:48:36 -04:00 committed by GStreamer Marge Bot
parent 84d9e5b6e7
commit 899d08722a

View file

@ -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;