summaryrefslogtreecommitdiff
path: root/src/modules/m_hostchange.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-01-24 22:06:27 +0000
committerPeter Powell <petpow@saberuk.com>2019-01-24 22:18:22 +0000
commit961109ae4fde97144fdedeef25607a5b8b3ec2c2 (patch)
treea04b3000fc1000b753fb60588a6f35305e60afdf /src/modules/m_hostchange.cpp
parentdba2cddc463082ca028617df93e6726253e0866f (diff)
Remove trailing whitespace from various source files.
Diffstat (limited to 'src/modules/m_hostchange.cpp')
-rw-r--r--src/modules/m_hostchange.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp
index 4c9b24140..be503ba6b 100644
--- a/src/modules/m_hostchange.cpp
+++ b/src/modules/m_hostchange.cpp
@@ -34,7 +34,7 @@ class HostRule
// Add the user's nickname to their hostname.
HCA_ADDNICK,
- // Set the user's hostname to the specific value.
+ // Set the user's hostname to the specific value.
HCA_SET
};
@@ -168,7 +168,7 @@ private:
}
else
{
- throw ModuleException(action + " is an invalid <hostchange:action> type, at " + tag->getTagLocation());
+ throw ModuleException(action + " is an invalid <hostchange:action> type, at " + tag->getTagLocation());
}
}