gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: tutorial-examples/003.c : s


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: tutorial-examples/003.c : shorten the line length.
Date: Fri, 20 Oct 2017 16:48:57 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b4521b1b6 tutorial-examples/003.c : shorten the line length.
b4521b1b6 is described below

commit b4521b1b666a681b9a664d7e5f4c54eab85faf29
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 20 14:48:23 2017 +0000

    tutorial-examples/003.c : shorten the line length.
---
 doc/tutorial-examples/003.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/tutorial-examples/003.c b/doc/tutorial-examples/003.c
index f1105a070..d158d7e75 100644
--- a/doc/tutorial-examples/003.c
+++ b/doc/tutorial-examples/003.c
@@ -4,4 +4,8 @@ struct GNUNET_MQ_MessageHandlers handlers[] = {
 };
 struct GNUNET_MQ_Handle *mq;
 
-mq = GNUNET_CLIENT_connect (cfg, "service-name", handlers, &error_cb, NULL);
+mq = GNUNET_CLIENT_connect (cfg,
+                            "service-name",
+                            handlers,
+                            &error_cb,
+                            NULL);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]