From 25e533959af4f98e80576e14a04f26424fb4eaa4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 24 Jan 2011 12:31:06 +0000 Subject: [PATCH] indent --- src/util/scheduler.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/scheduler.c b/src/util/scheduler.c index b15b578e2..9021a324a 100644 --- a/src/util/scheduler.c +++ b/src/util/scheduler.c @@ -606,7 +606,8 @@ run_ready (struct GNUNET_NETWORK_FDSet *rs, if (current_priority != pos->priority) { current_priority = pos->priority; - (void) GNUNET_OS_set_process_priority (GNUNET_OS_process_current (), pos->priority); + (void) GNUNET_OS_set_process_priority (GNUNET_OS_process_current (), + pos->priority); } active_task = pos; #if PROFILE_DELAYS -- 2.25.1