doxygen: fix example for dbus_message_append_args
authorFelipe Franciosi <felipe@nutanix.com>
Mon, 23 Sep 2019 12:22:32 +0000 (13:22 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 20 Apr 2020 19:06:41 +0000 (20:06 +0100)
commitced04aabc7fe5f82c6acfc8f0a2178117798f219
tree89c3b88380a634072f9b5fe736172747a52cb575
parent3e40637b10a6f83bdffc987a7b13f6b5b4ff3695
doxygen: fix example for dbus_message_append_args

Commit 724adb2f6 mangled the dbus_message_append_args() code example.
This fixes it by breaking the lines and aligning at the right places.

Signed-off-by: Felipe Franciosi <felipe@nutanix.com>
dbus/dbus-message.c