doc/developer.rst: add missing return type to code style sample
This commit is contained in:
parent
c7a300d12d
commit
ab6ae7520d
|
@ -20,6 +20,7 @@ Some example code:
|
|||
|
||||
.. code-block:: c
|
||||
|
||||
int
|
||||
Foo(const char *abc, int xyz)
|
||||
{
|
||||
if (abc == nullptr) {
|
||||
|
|
Loading…
Reference in New Issue