mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 13:28:02 +02:00
whitespace/comment fixes
[originally part of the previous commit -smcv] Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69702 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Alban Crequy <alban.crequy@collabora.co.uk>
This commit is contained in:
parent
f26ade306c
commit
19dc604b2f
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
* @brief DBusAuth object
|
||||
*
|
||||
* DBusAuth manages the authentication negotiation when a connection
|
||||
* is first established, and also manage any encryption used over a
|
||||
* is first established, and also manages any encryption used over a
|
||||
* connection.
|
||||
*
|
||||
* @todo some SASL profiles require sending the empty string as a
|
||||
|
|
|
|||
|
|
@ -1033,7 +1033,7 @@ do_exec (int child_err_report_fd,
|
|||
retval = fcntl (i, F_GETFD);
|
||||
|
||||
if (retval != -1 && !(retval & FD_CLOEXEC))
|
||||
_dbus_warn ("Fd %d did not have the close-on-exec flag set!\n", i);
|
||||
_dbus_warn ("Fd %d did not have the close-on-exec flag set!\n", i);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue