mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-04 04:16:47 +02:00
Apply clang-format to commit d26ac60
This commit is contained in:
@@ -36,12 +36,12 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#include "governors.h"
|
||||
#include "logging.h"
|
||||
|
||||
#include <systemd/sd-daemon.h>
|
||||
#include <linux/limits.h>
|
||||
#include <pthread.h>
|
||||
#include <signal.h>
|
||||
#include <stdatomic.h>
|
||||
#include <string.h>
|
||||
#include <systemd/sd-daemon.h>
|
||||
|
||||
/**
|
||||
* The GameModeClient encapsulates the remote connection, providing a list
|
||||
|
@@ -55,10 +55,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#include "gamemode.h"
|
||||
#include "logging.h"
|
||||
|
||||
#include <systemd/sd-daemon.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <systemd/sd-daemon.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define USAGE_TEXT \
|
||||
|
Reference in New Issue
Block a user