From: Christian Grothoff Date: Mon, 24 Jan 2011 12:31:06 +0000 (+0000) Subject: indent X-Git-Tag: initial-import-from-subversion-38251~19276 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=25e533959af4f98e80576e14a04f26424fb4eaa4;p=oweals%2Fgnunet.git indent --- 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