From d7404bb66d216853c022ae9d8975ea2dbd831558 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 20 May 2022 17:00:47 +0100 Subject: [PATCH] Fix missing newline in docs code snippet --- docs/how/how_buffer_format.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how/how_buffer_format.rst b/docs/how/how_buffer_format.rst index 7dd1adedd..294f45f73 100644 --- a/docs/how/how_buffer_format.rst +++ b/docs/how/how_buffer_format.rst @@ -222,6 +222,7 @@ However if the desire is to display this as a single fixed element where the fix }; .. code:: c++ + struct data { float a;