Explorar o código

Formatting...

Ryan Loebs %!s(int64=10) %!d(string=hai) anos
pai
achega
aa5bb3b997
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/service/soc_u.cpp

+ 1 - 1
src/core/hle/service/soc_u.cpp

@@ -738,7 +738,7 @@ static void GetSockOpt(Service::Interface* self) {
 
     int ret = ::getsockopt(socket_handle, level, optname, optval, &optlen);
     int err = 0;
-    if(ret == SOCKET_ERROR_VALUE) {
+    if (ret == SOCKET_ERROR_VALUE) {
         err = TranslateError(GET_ERRNO);
     }