fix: lint

This commit is contained in:
Alex 2023-04-17 09:09:13 +02:00
parent 33d1ee413f
commit a9a2223469
1 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ std::string IPC::getSocket1Reply(const std::string& rq) {
// basically hyprctl
struct addrinfo ai_hints;
struct addrinfo *ai_res = NULL;
struct addrinfo* ai_res = NULL;
const auto SERVERSOCKET = socket(AF_UNIX, SOCK_STREAM, 0);
if (SERVERSOCKET < 0) {