mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
Remove some evil trailing whitespaces
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ class CPerform : public CModule {
|
||||
|
||||
void Del(const CString& sCommand) {
|
||||
u_int iNum = sCommand.Token(1, true).ToUInt();
|
||||
|
||||
|
||||
if (iNum > m_vPerform.size() || iNum <= 0) {
|
||||
PutModule("Illegal # Requested");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user