aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-08-17 21:13:05 +0100
committerGravatar Sadie Powell2021-08-17 21:13:05 +0100
commit8e6d811f34146ab4591e9ca88d5b84cf0c4bca52 (patch)
treef2fb6c6422c962468b4e4930186e494d6f570e28 /include
parentFix the Detach method which got borked during a rebase. (diff)
Remove a bunch of unnecessary whitespace.
Diffstat (limited to 'include')
-rw-r--r--include/dynamic.h1
-rw-r--r--include/inspstring.h1
-rw-r--r--include/logger.h2
-rw-r--r--include/mode.h1
-rw-r--r--include/modules/sql.h1
-rw-r--r--include/modules/ssl.h1
6 files changed, 0 insertions, 7 deletions
diff --git a/include/dynamic.h b/include/dynamic.h
index 9eacbb30d..a7842ffb1 100644
--- a/include/dynamic.h
+++ b/include/dynamic.h
@@ -34,7 +34,6 @@
# define DLL_EXTENSION ".so"
#endif
-
/** The DLLManager class is able to load a module file by filename,
* and locate its init_module symbol.
*/
diff --git a/include/inspstring.h b/include/inspstring.h
index 8ccf7d067..07fbc6c81 100644
--- a/include/inspstring.h
+++ b/include/inspstring.h
@@ -38,7 +38,6 @@
va_end(_vaList); \
} while (false)
-
namespace Base64
{
/** The default table used when handling Base64-encoded strings. */
diff --git a/include/logger.h b/include/logger.h
index 751ff3ed7..a3530325d 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -73,8 +73,6 @@ class CoreExport FileWriter
~FileWriter();
};
-
-
/*
* New world logging!
* The brief summary:
diff --git a/include/mode.h b/include/mode.h
index 6aec14e30..7a07a0428 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -424,7 +424,6 @@ class CoreExport PrefixMode : public ModeHandler
*/
void RemoveMode(Channel* channel, Modes::ChangeList& changelist) override;
-
/**
* Determines whether a user with this prefix mode can remove it.
*/
diff --git a/include/modules/sql.h b/include/modules/sql.h
index 7559ed237..46b074862 100644
--- a/include/modules/sql.h
+++ b/include/modules/sql.h
@@ -23,7 +23,6 @@
#pragma once
-
namespace SQL
{
class Error;
diff --git a/include/modules/ssl.h b/include/modules/ssl.h
index 3e73bdac8..66d29aca1 100644
--- a/include/modules/ssl.h
+++ b/include/modules/ssl.h
@@ -225,7 +225,6 @@ class SSLIOHook : public IOHook
*/
virtual void GetCiphersuite(std::string& out) const = 0;
-
/** Retrieves the name of the TLS connection which is sent via SNI.
* @param out String that the server name will be appended to.
* returns True if the server name was retrieved; otherwise, false.