doc: tutorial3: remove a line break

This commit is contained in:
Barnabás Pőcze 2022-07-21 00:47:59 +02:00 committed by Wim Taymans
parent 606e0dcdab
commit cb3e625fa8
2 changed files with 2 additions and 4 deletions

View file

@ -17,8 +17,7 @@ Let's take a look at what this method does.
\code{.c}
struct spa_hook core_listener;
pw_core_add_listener(core, &core_listener,
&core_events, &d);
pw_core_add_listener(core, &core_listener, &core_events, &d);
\endcode
First of all we add a listener for the events of the core