diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-09 23:15:47 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-09 23:15:47 +0000 |
commit | 6b6d9999bc8e5901b5da45db8a51b06798aa93b5 (patch) | |
tree | ba92b38a5106e26002d3b4856d38a0086b5fdced /src/include/gnunet_regex_service.h | |
parent | 29e6158507a0758192075ac6ece7ba8e75ddc49a (diff) |
-fix indent
Diffstat (limited to 'src/include/gnunet_regex_service.h')
-rw-r--r-- | src/include/gnunet_regex_service.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/include/gnunet_regex_service.h b/src/include/gnunet_regex_service.h index 07b5aa93a2..97063df617 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); /** |