doc/developer.rst: add missing return type to code style sample
This commit is contained in:
parent
17d944f6ce
commit
a9467513e1
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user