Formatting...

This commit is contained in:
Ryan Loebs 2016-03-29 04:45:17 -07:00
parent 65883d9327
commit aa5bb3b997

View file

@ -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);
}