-indent
authorChristian Grothoff <christian@grothoff.org>
Sun, 18 Oct 2015 21:55:21 +0000 (21:55 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 18 Oct 2015 21:55:21 +0000 (21:55 +0000)
src/util/os_priority.c

index e0516b2bd3b58326ffc51e58d66cffa81f455475..734b6f85ae95fd0a48c001fb9a1daf214d3f3bba 100644 (file)
@@ -1541,7 +1541,8 @@ GNUNET_OS_process_status (struct GNUNET_OS_Process *proc,
   ret = waitpid (proc->pid, &status, WNOHANG);
   if (ret < 0)
   {
-    LOG_STRERROR (GNUNET_ERROR_TYPE_WARNING, "waitpid");
+    LOG_STRERROR (GNUNET_ERROR_TYPE_WARNING,
+                  "waitpid");
     return GNUNET_SYSERR;
   }
   if (0 == ret)
@@ -1590,7 +1591,8 @@ GNUNET_OS_process_status (struct GNUNET_OS_Process *proc,
   ret = proc->pid;
   if (h == NULL || ret == 0)
   {
-    LOG (GNUNET_ERROR_TYPE_WARNING, "Invalid process information {%d, %08X}\n",
+    LOG (GNUNET_ERROR_TYPE_WARNING,
+         "Invalid process information {%d, %08X}\n",
          ret, h);
     return GNUNET_SYSERR;
   }