From 8e6d811f34146ab4591e9ca88d5b84cf0c4bca52 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 17 Aug 2021 21:13:05 +0100 Subject: Remove a bunch of unnecessary whitespace. --- include/dynamic.h | 1 - include/inspstring.h | 1 - include/logger.h | 2 -- include/mode.h | 1 - include/modules/sql.h | 1 - include/modules/ssl.h | 1 - 6 files changed, 7 deletions(-) (limited to 'include') 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. -- cgit v1.3.1-10-gc9f91