From: Patrick Welche Date: Thu, 30 Oct 2014 12:39:26 +0000 (+0000) Subject: whitespace/comment fixes X-Git-Tag: dbus-1.10.6~337 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19dc604b2fae2d170e4777e59144d92238713bc9;p=platform%2Fupstream%2Fdbus.git whitespace/comment fixes [originally part of the previous commit -smcv] Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69702 Reviewed-by: Simon McVittie Reviewed-by: Alban Crequy --- diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index 6a07665..64ad2b0 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 dd01130..959c184 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