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:
Patrick Welche 2014-10-30 12:39:26 +00:00 committed by Simon McVittie
parent f26ade306c
commit 19dc604b2f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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