format SafeSignal.hpp as the linters want
This commit is contained in:
parent
d808c00324
commit
f91889ce1c
|
|
@ -12,8 +12,8 @@
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#ifdef __OpenBSD__
|
#ifdef __OpenBSD__
|
||||||
#define SIGRTMIN SIGUSR1-1
|
#define SIGRTMIN SIGUSR1 - 1
|
||||||
#define SIGRTMAX SIGUSR1+1
|
#define SIGRTMAX SIGUSR1 + 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace waybar {
|
namespace waybar {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue