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
@@ -431,9 +431,9 @@ void CZNC::InitDirs(const CString& sArgvPath, const CString& sDataDir) {
}
if (sDataDir.empty()) {
m_sZNCPath = m_sHomePath + "/.znc";
m_sZNCPath = m_sHomePath + "/.znc";
} else {
m_sZNCPath = sDataDir;
m_sZNCPath = sDataDir;
}
// Other dirs that we use