mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
whitespace fix
This commit is contained in:
+3
-3
@@ -502,9 +502,9 @@ bool CUser::DeleteNetwork(const CString& sNetwork) {
|
||||
CIRCNetwork *pNetwork = FindNetwork(sNetwork);
|
||||
|
||||
if (pNetwork) {
|
||||
bool bCancel = false;
|
||||
USERMODULECALL(OnDeleteNetwork(*pNetwork), this, NULL, &bCancel);
|
||||
if (!bCancel) {
|
||||
bool bCancel = false;
|
||||
USERMODULECALL(OnDeleteNetwork(*pNetwork), this, NULL, &bCancel);
|
||||
if (!bCancel) {
|
||||
delete pNetwork;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user