aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2014-01-23 14:37:09 +0100
committerGravatar Attila Molnar2014-01-23 14:37:09 +0100
commitd02011d69fe1e52ec0bc38051eff9ea93a1cc88c (patch)
treee754312d779e090111000d1c27d666fd318ae144 /src/users.cpp
parentGlobally #undef min and max on Windows (diff)
Remove whitespace and minor style changes
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index dab3aad6c..c855dcad0 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -896,7 +896,7 @@ void User::WriteNumeric(unsigned int numeric, const std::string &text)
if (MOD_RESULT == MOD_RES_DENY)
return;
-
+
const std::string message = InspIRCd::Format(":%s %03u %s %s", ServerInstance->Config->ServerName.c_str(),
numeric, !this->nick.empty() ? this->nick.c_str() : "*", text.c_str());
this->Write(message);