From: ng0 Date: Fri, 20 Oct 2017 14:48:23 +0000 (+0000) Subject: tutorial-examples/003.c : shorten the line length. X-Git-Tag: gnunet-0.11.0rc0~101^2~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b4521b1b666a681b9a664d7e5f4c54eab85faf29;p=oweals%2Fgnunet.git tutorial-examples/003.c : shorten the line length. --- 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);