tighten formatting rules
[oweals/gnunet.git] / src / peerinfo / test_peerinfo_api_notify_friend_only.c
index 7c5162102d4c41c23073dc7fc0f9e2e8e8023afb..6d5793dcf260a87b5b2ddc119e0265032d9ca80f 100644 (file)
@@ -108,6 +108,7 @@ done (void *cls)
     GNUNET_break (0);
 }
 
+
 static ssize_t
 address_generator (void *cls, size_t max, void *buf)
 {
@@ -171,6 +172,7 @@ process_w_fo (void *cls,
   }
 }
 
+
 static void
 process_wo_fo (void *cls, const struct GNUNET_PeerIdentity *peer,
                const struct GNUNET_HELLO_Message *hello, const char *err_msg)
@@ -255,4 +257,5 @@ main (int argc, char *argv[])
   return global_ret;
 }
 
+
 /* end of test_peerinfo_api_notify_friend_only.c */