mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 01:54:31 +00:00
clang-format
This commit is contained in:
parent
c8885471f4
commit
b852b1834d
@ -41,11 +41,11 @@ struct Epoll {
|
||||
|
||||
void Destroy() noexcept {
|
||||
events.clear();
|
||||
#ifdef _WIN32
|
||||
#ifdef _WIN32
|
||||
epoll_close(epoll_fd);
|
||||
#else
|
||||
#else
|
||||
close(epoll_fd);
|
||||
#endif
|
||||
#endif
|
||||
epoll_fd = -1;
|
||||
name = nullptr;
|
||||
destroyed = true;
|
||||
|
Loading…
Reference in New Issue
Block a user