From: Christian Grothoff Date: Sat, 9 Apr 2016 23:15:47 +0000 (+0000) Subject: -fix indent X-Git-Tag: initial-import-from-subversion-38251~960 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6b6d9999bc8e5901b5da45db8a51b06798aa93b5;p=oweals%2Fgnunet.git -fix indent --- diff --git a/src/include/gnunet_regex_service.h b/src/include/gnunet_regex_service.h index 07b5aa93a..97063df61 100644 --- a/src/include/gnunet_regex_service.h +++ b/src/include/gnunet_regex_service.h @@ -102,12 +102,13 @@ GNUNET_REGEX_announce_cancel (struct GNUNET_REGEX_Announcement *a); * @param put_path Path of the put request. * @param put_path_length Length of the @a put_path. */ -typedef void (*GNUNET_REGEX_Found)(void *cls, - const struct GNUNET_PeerIdentity *id, - const struct GNUNET_PeerIdentity *get_path, - unsigned int get_path_length, - const struct GNUNET_PeerIdentity *put_path, - unsigned int put_path_length); +typedef void +(*GNUNET_REGEX_Found)(void *cls, + const struct GNUNET_PeerIdentity *id, + const struct GNUNET_PeerIdentity *get_path, + unsigned int get_path_length, + const struct GNUNET_PeerIdentity *put_path, + unsigned int put_path_length); /**