diff options
author | Patrick Welche <prlw1@cam.ac.uk> | 2014-10-30 12:39:26 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-11-06 14:29:50 +0000 |
commit | 19dc604b2fae2d170e4777e59144d92238713bc9 (patch) | |
tree | a3ed9371aaf4d2dc35173752f3995cc4c4c3a34f | |
parent | f26ade306c1d583897610c767a560e972d680f35 (diff) | |
download | dbus-19dc604b2fae2d170e4777e59144d92238713bc9.tar.gz |
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>
-rw-r--r-- | dbus/dbus-auth.c | 2 | ||||
-rw-r--r-- | dbus/dbus-spawn.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index 6a07665f..64ad2b06 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -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 diff --git a/dbus/dbus-spawn.c b/dbus/dbus-spawn.c index dd011302..959c1844 100644 --- a/dbus/dbus-spawn.c +++ b/dbus/dbus-spawn.c @@ -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 |