diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-05-05 20:19:57 +0200 |
---|---|---|
committer | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-05-05 20:19:57 +0200 |
commit | 680a9e36b640f5cd6722ec3e8376628623ac3933 (patch) | |
tree | 7899f2a8aac961ddf03297bf58cb521a8e852ed0 /NorthstarDedicatedTest/sv_rcon.cpp | |
parent | f14a920802fb80dec0f87d94bf72363db7c2c27a (diff) | |
download | NorthstarLauncher-680a9e36b640f5cd6722ec3e8376628623ac3933.tar.gz NorthstarLauncher-680a9e36b640f5cd6722ec3e8376628623ac3933.zip |
Fix clang format
Diffstat (limited to 'NorthstarDedicatedTest/sv_rcon.cpp')
-rw-r--r-- | NorthstarDedicatedTest/sv_rcon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/sv_rcon.cpp b/NorthstarDedicatedTest/sv_rcon.cpp index 82649634..271361be 100644 --- a/NorthstarDedicatedTest/sv_rcon.cpp +++ b/NorthstarDedicatedTest/sv_rcon.cpp @@ -128,7 +128,7 @@ void CRConServer::Send(const std::string& svMessage) const void CRConServer::Recv(void) { int nCount = m_pSocket->GetAcceptedSocketCount(); - static char szRecvBuf[MAX_NETCONSOLE_INPUT_LEN]{}; + static char szRecvBuf[MAX_NETCONSOLE_INPUT_LEN] {}; for (m_nConnIndex = nCount - 1; m_nConnIndex >= 0; m_nConnIndex--) { |