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:
@@ -69,7 +69,7 @@ public:
|
||||
}
|
||||
}
|
||||
else if( sArgs.empty() )
|
||||
m_sPassword = CBlowfish::MD5( CRYPT_LAME_PASS );
|
||||
m_sPassword = CBlowfish::MD5( CRYPT_LAME_PASS );
|
||||
else
|
||||
m_sPassword = CBlowfish::MD5(sArgs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user