diff options
author | Peter Powell <petpow@saberuk.com> | 2019-01-24 22:06:27 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-24 22:18:22 +0000 |
commit | 961109ae4fde97144fdedeef25607a5b8b3ec2c2 (patch) | |
tree | a04b3000fc1000b753fb60588a6f35305e60afdf /src/modules/m_hostchange.cpp | |
parent | dba2cddc463082ca028617df93e6726253e0866f (diff) |
Remove trailing whitespace from various source files.
Diffstat (limited to 'src/modules/m_hostchange.cpp')
-rw-r--r-- | src/modules/m_hostchange.cpp | 4 |
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()); } } |