tutorial-examples/003.c : shorten the line length.
authorng0 <ng0@infotropique.org>
Fri, 20 Oct 2017 14:48:23 +0000 (14:48 +0000)
committerng0 <ng0@infotropique.org>
Fri, 20 Oct 2017 14:48:23 +0000 (14:48 +0000)
doc/tutorial-examples/003.c

index f1105a0707923803147bd53286c50673fce92c8d..d158d7e756dbb1cabb4fb66f258abe8666af29dd 100644 (file)
@@ -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);