tutorial-examples 17,19,20: linelength.
authorng0 <ng0@infotropique.org>
Fri, 20 Oct 2017 15:07:03 +0000 (15:07 +0000)
committerng0 <ng0@infotropique.org>
Fri, 20 Oct 2017 15:07:03 +0000 (15:07 +0000)
doc/tutorial-examples/017.c
doc/tutorial-examples/019.c
doc/tutorial-examples/020.c

index c4acbc0883e8c6dc2b78552f157f68988eb28cd7..c86fbcd1ff6618d5ac8977008b0b2f6b040ab761 100644 (file)
@@ -1,3 +1,4 @@
 void
-GNUNET_PEERSTORE_disconnect (struct GNUNET_PEERSTORE_Handle *h, int sync_first);
+GNUNET_PEERSTORE_disconnect (struct GNUNET_PEERSTORE_Handle *h,
+                             int sync_first);
 
index d016d381bb3d70af5808b3f71c3cb2b90c22ca40..f05cc336a339c171b623ff407c37a6ae8af1ea50 100644 (file)
@@ -8,7 +8,9 @@ GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle,
                 const struct GNUNET_HashCode *key,
                 uint32_t desired_replication_level,
                 enum GNUNET_DHT_RouteOption options,
-                enum GNUNET_BLOCK_Type type, size_t size, const void *data,
+                enum GNUNET_BLOCK_Type type,
+                size_t size,
+                const void *data,
                 struct GNUNET_TIME_Absolute exp,
                 struct GNUNET_TIME_Relative timeout,
                 GNUNET_DHT_PutContinuation cont, void *cont_cls)
index 5ecba1c1693ed6573d163b16e15064f5ed331311..596db3069390c908bec1d75a697317b00b4f7d60 100644 (file)
@@ -5,7 +5,8 @@ get_result_iterator (void *cls, struct GNUNET_TIME_Absolute expiration,
                      unsigned int get_path_length,
                      const struct GNUNET_PeerIdentity *put_path,
                      unsigned int put_path_length,
-                     enum GNUNET_BLOCK_Type type, size_t size, const void *data)
+                     enum GNUNET_BLOCK_Type type, size_t size,
+                     const void *data)
 {
   // Optionally:
   GNUNET_DHT_get_stop (get_handle);