mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-04 22:07:44 +00:00
Requested changes
Changed indentation from space to tab, used false instead of 0 for boolean variables.
This commit is contained in:
parent
2530199d54
commit
95d83fd9ce
4 changed files with 19 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue