mirror of
https://github.com/znc/znc.git
synced 2026-07-06 18:01:21 +02:00
Another whitespace/tab mixup fix.
Hopefully the last one... Again, no functional changes in this commit. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1219 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -191,9 +191,9 @@ CString CChan::GetModeForNames() const {
|
||||
|
||||
for (map<unsigned char, CString>::const_iterator it = m_musModes.begin(); it != m_musModes.end(); it++) {
|
||||
if (it->first == 's') {
|
||||
sMode = "@";
|
||||
sMode = "@";
|
||||
} else if ((it->first == 'p') && sMode.empty()){
|
||||
sMode = "*";
|
||||
sMode = "*";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user