indent
authorChristian Grothoff <christian@grothoff.org>
Mon, 24 Jan 2011 12:31:06 +0000 (12:31 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 24 Jan 2011 12:31:06 +0000 (12:31 +0000)
src/util/scheduler.c

index b15b578e2043e6bf33edabc4d385b5c7d5c7ae95..9021a324a6b454f50965ef6c5a4177e23c277548 100644 (file)
@@ -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