-fix indent
authorChristian Grothoff <christian@grothoff.org>
Tue, 17 Nov 2015 13:07:53 +0000 (13:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 17 Nov 2015 13:07:53 +0000 (13:07 +0000)
src/include/gnunet_nat_lib.h

index c951a0f3a0ee694c17fb3908fce995f12be8070c..01a7acf72d7f456e5f4f3eea16ed1dc25f80330e 100644 (file)
@@ -349,9 +349,10 @@ GNUNET_NAT_test_stop (struct GNUNET_NAT_Test *tst);
  * @param addr the address, NULL on errors
  * @param result #GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific error code
  */
-typedef void (*GNUNET_NAT_IPCallback) (void *cls,
-                                       const struct in_addr *addr,
-                                       enum GNUNET_NAT_StatusCode result);
+typedef void
+(*GNUNET_NAT_IPCallback) (void *cls,
+                          const struct in_addr *addr,
+                          enum GNUNET_NAT_StatusCode result);