doc/developer.rst: add missing return type to code style sample

This commit is contained in:
Max Kellermann 2023-12-10 08:24:03 +01:00
parent c7a300d12d
commit ab6ae7520d
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Some example code:
.. code-block:: c .. code-block:: c
int
Foo(const char *abc, int xyz) Foo(const char *abc, int xyz)
{ {
if (abc == nullptr) { if (abc == nullptr) {