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