[libsoup/wip/tpopela/negotiate] Fix a missing space between function name and arguments
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/tpopela/negotiate] Fix a missing space between function name and arguments
- Date: Sat, 6 Feb 2016 15:46:56 +0000 (UTC)
commit 3160c3ee964a75b4ad9445d32df9789700079984
Author: Tomas Popela <tpopela redhat com>
Date: Sat Feb 6 16:11:40 2016 +0100
Fix a missing space between function name and arguments
examples/get.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/get.c b/examples/get.c
index 9b07ef2..104dbab 100644
--- a/examples/get.c
+++ b/examples/get.c
@@ -197,8 +197,8 @@ main (int argc, char **argv)
#if LIBSOUP_HAVE_GSSAPI
if (negotiate) {
- soup_session_add_feature_by_type(session,
- SOUP_TYPE_AUTH_NEGOTIATE);
+ soup_session_add_feature_by_type (session,
+ SOUP_TYPE_AUTH_NEGOTIATE);
}
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]