mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-08 18:11:32 -06:00
Fix: Clang format
This commit is contained in:
parent
faccccdb58
commit
309396c1fd
@ -177,7 +177,7 @@ int NativeSocket::fstat(Libraries::Kernel::OrbisKernelStat* sb) {
|
||||
sb->st_mode = 0000777u | 0140000u;
|
||||
return 0;
|
||||
#else
|
||||
struct stat st {};
|
||||
struct stat st{};
|
||||
int result = ::fstat(sock, &st);
|
||||
sb->st_mode = 0000777u | 0140000u;
|
||||
sb->st_size = st.st_size;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user