From 76ce8ece1a4803c98bfe9460f40bf8e0fbc409e6 Mon Sep 17 00:00:00 2001 From: Robby Date: Tue, 17 Jan 2017 05:03:25 +0100 Subject: Cleanup some excess whitespaces and tabs, and fix a few typos along the way. --- src/command.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/command.cpp') diff --git a/src/command.cpp b/src/command.cpp index f314eaf93..5cfdf2833 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -309,7 +309,6 @@ bool Command::FindCommandFromService(const Anope::string &command_service, BotIn return true; } } - + return false; } - -- cgit