format SafeSignal.hpp as the linters want

This commit is contained in:
bilaliscarioth 2025-07-13 14:01:59 +02:00 committed by GitHub
parent d808c00324
commit f91889ce1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
#include <utility>
#ifdef __OpenBSD__
#define SIGRTMIN SIGUSR1-1
#define SIGRTMAX SIGUSR1+1
#define SIGRTMIN SIGUSR1 - 1
#define SIGRTMAX SIGUSR1 + 1
#endif
namespace waybar {