From 6b6d9999bc8e5901b5da45db8a51b06798aa93b5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 9 Apr 2016 23:15:47 +0000 Subject: -fix indent --- src/include/gnunet_regex_service.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/include/gnunet_regex_service.h') 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); /** -- cgit v1.2.3