mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-10 13:45:06 +00:00
Remove tabs
This commit is contained in:
parent
477f1c9e7d
commit
8c992649fd
1 changed files with 8 additions and 8 deletions
|
@ -72,13 +72,13 @@ s32 SocketBase::getFd() {
|
||||||
|
|
||||||
bool SocketBase::closeSocket() {
|
bool SocketBase::closeSocket() {
|
||||||
|
|
||||||
if (this->socket_log_state != SOCKET_LOG_DISCONNECTED) {
|
if (this->socket_log_state != SOCKET_LOG_DISCONNECTED) {
|
||||||
nn::Result result = nn::socket::Close(this->socket_log_socket);
|
nn::Result result = nn::socket::Close(this->socket_log_socket);
|
||||||
if (result.isSuccess()) {
|
if (result.isSuccess()) {
|
||||||
this->socket_log_state = SOCKET_LOG_DISCONNECTED;
|
this->socket_log_state = SOCKET_LOG_DISCONNECTED;
|
||||||
}
|
}
|
||||||
return result.isSuccess();
|
return result.isSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue