[libsoup/wip/tpopela/negotiate: 51/64] 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: 51/64] Fix a missing space between function name and arguments
- Date: Tue, 16 Feb 2016 12:16:20 +0000 (UTC)
commit d8c6f554b2840e398b0c27dd4b6ec8667efc6bc4
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]