From b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 27 Apr 2021 16:36:40 +0100 Subject: Fix a bunch of weird indentation and spacing issues. --- include/parammode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/parammode.h') diff --git a/include/parammode.h b/include/parammode.h index 06f127e11..002246d9b 100644 --- a/include/parammode.h +++ b/include/parammode.h @@ -23,7 +23,7 @@ class CoreExport ParamModeBase : public ModeHandler { private: - virtual void OnUnsetInternal(User* source, Channel* chan) = 0; + virtual void OnUnsetInternal(User* source, Channel* chan) = 0; public: ParamModeBase(Module* Creator, const std::string& Name, char modeletter, ParamSpec ps) -- cgit v1.2.3