Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed May 4, 2020
1 parent 50399b5 commit 82e94b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/processes.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@

#include "sighand.h"

#include <errno.h> /* for errno() */
#include <glib.h> /* for g_error */
#include <errno.h> /* for errno() */
#include <glib.h> /* for g_error */
#include <gvm/base/logging.h> /* for gvm_log_lock/unlock() */

#include <setjmp.h>
#include <signal.h> /* for kill() */
#include <stdlib.h> /* for exit() */
Expand All @@ -37,8 +39,6 @@
#include <time.h> /* for time() */
#include <unistd.h> /* for fork() */

#include <gvm/base/logging.h> /* for gvm_log_lock/unlock() */

#undef G_LOG_DOMAIN
/**
* @brief GLib log domain.
Expand Down

0 comments on commit 82e94b6

Please sign in to comment.