diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-06 20:55:28 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-06 20:55:28 +0000 |
commit | 61c39c60565b386e0e12ea669556b030e8cd7180 (patch) | |
tree | 59109aeab8297bdc996faca8c4e38ec7426c36cf /src/regex/test_regex_api.c | |
parent | 780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff) |
-remove trailing whitespace
Diffstat (limited to 'src/regex/test_regex_api.c')
-rw-r--r-- | src/regex/test_regex_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/test_regex_api.c b/src/regex/test_regex_api.c index 81627e6e43..a35934c9cd 100644 --- a/src/regex/test_regex_api.c +++ b/src/regex/test_regex_api.c @@ -84,7 +84,7 @@ end_badly () * @param put_path Path of the put request. * @param put_path_length Length of the put_path. */ -static void +static void found_cb (void *cls, const struct GNUNET_PeerIdentity *id, const struct GNUNET_PeerIdentity *get_path, @@ -106,7 +106,7 @@ run (void *cls, die_task = GNUNET_SCHEDULER_add_delayed (TOTAL_TIMEOUT, &end_badly, NULL); - a = GNUNET_REGEX_announce (cfg, + a = GNUNET_REGEX_announce (cfg, "my long prefix - hello world(0|1)*", GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5), |