remove some more of the evil trailing white spaces & tabs

This commit is contained in:
Un1matr1x
2011-06-09 21:29:13 +02:00
parent 43d0f6d121
commit 708366d9ae
14 changed files with 67 additions and 67 deletions

View File

@@ -580,7 +580,7 @@ public:
FOR_EACH_MODULE(it, pUser) {
(*it)->OnEmbeddedWebRequest(WebSock, "webadmin/channel", TmplMod);
}
if (!CZNC::Get().WriteConfig()) {
WebSock.PrintErrorPage("Channel added/modified, but config was not written");
return true;
@@ -852,7 +852,7 @@ public:
FOR_EACH_MODULE(it, pUser) {
(*it)->OnEmbeddedWebRequest(WebSock, "webadmin/user", TmplMod);
}
if (!CZNC::Get().WriteConfig()) {
WebSock.PrintErrorPage("User " + sAction + ", but config was not written");
return true;