fix: lint
parent
33d1ee413f
commit
a9a2223469
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue