aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-24 19:13:00 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-24 19:13:00 +0100
commitd17a17ea785f91c18b5694eab3372c4e4564d95e (patch)
treea7ee983fb1c0fa5a9210938024357cd9498ee344 /src/regex
parent5f38569fce2e77afeed58cbd3429c67bf8ab9109 (diff)
downloadgnunet-d17a17ea785f91c18b5694eab3372c4e4564d95e.tar.gz
gnunet-d17a17ea785f91c18b5694eab3372c4e4564d95e.zip
fix pointer indentation
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/gnunet-regex-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 695d66144..3f8133d61 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1538,7 +1538,7 @@ run (void *cls,
1538 abort_task = 1538 abort_task =
1539 GNUNET_SCHEDULER_add_delayed (abort_time, 1539 GNUNET_SCHEDULER_add_delayed (abort_time,
1540 &do_abort, 1540 &do_abort,
1541 (void*) __LINE__); 1541 (void *) __LINE__);
1542 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 1542 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
1543 "setup_timeout: %s\n", 1543 "setup_timeout: %s\n",
1544 GNUNET_STRINGS_relative_time_to_string (abort_time, GNUNET_YES)); 1544 GNUNET_STRINGS_relative_time_to_string (abort_time, GNUNET_YES));