mirror of
https://github.com/znc/znc.git
synced 2026-06-27 21:41:25 +02:00
Remove trailing whitespace
This commit is contained in:
+1
-1
@@ -386,7 +386,7 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) {
|
||||
CString sNetworkModPath = (*it)->GetNetworkPath() + "/moddata/" + sModName;
|
||||
if (!CFile::Exists(sNetworkModPath)) {
|
||||
CDir::MakeDir(sNetworkModPath);
|
||||
}
|
||||
}
|
||||
|
||||
fNVFile.Copy(sNetworkModPath + "/.registry");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user