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:
kroimon
2008-09-27 14:42:34 +00:00
parent 1eaac2835b
commit 3b8134c3b0
5 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -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 = "*";
}
}