Requested changes

Changed indentation from space to tab, used false instead of 0 for boolean variables.
This commit is contained in:
Antonio Matraia 2023-07-26 22:02:47 +02:00
parent 2530199d54
commit 95d83fd9ce
4 changed files with 19 additions and 19 deletions

View file

@ -260,7 +260,7 @@ bool CYSFReflectors::load()
}
}
// Add the YSFDirect entry
// Add the YSFDirect entry
if (m_YSFDirectPort > 0U) {
sockaddr_storage addr;
unsigned int addrLen;
@ -283,8 +283,8 @@ bool CYSFReflectors::load()
}
}
unsigned int id = 9U;
for (std::vector<std::pair<std::string, std::string>>::const_iterator it1 = m_fcsRooms.cbegin(); it1 != m_fcsRooms.cend(); ++it1) {
bool used;