Commit a9467513 authored by Max Kellermann's avatar Max Kellermann

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

parent 17d944f6
......@@ -20,6 +20,7 @@ Some example code:
.. code-block:: c
int
Foo(const char *abc, int xyz)
{
if (abc == nullptr) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment