mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
remove some more of the evil trailing white spaces & tabs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user