summaryrefslogtreecommitdiff
path: root/include/message.h
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 /include/message.h
parentdba2cddc463082ca028617df93e6726253e0866f (diff)
Remove trailing whitespace from various source files.
Diffstat (limited to 'include/message.h')
-rw-r--r--include/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/message.h b/include/message.h
index 7a968d866..1624a1de4 100644
--- a/include/message.h
+++ b/include/message.h
@@ -63,7 +63,7 @@ class CoreExport MessageDetails
* @param body The location to store the parsed CTCP body.
*/
virtual bool IsCTCP(std::string& name, std::string& body) const = 0;
-
+
/** Determines whether the specified message is a CTCP. If the specified message
* is a CTCP then the CTCP name is extracted and stored in the name reference.
* @param name The location to store the parsed CTCP name.