From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- src/modules/m_showfile.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/m_showfile.cpp') diff --git a/src/modules/m_showfile.cpp b/src/modules/m_showfile.cpp index cb952e127..d2f380809 100644 --- a/src/modules/m_showfile.cpp +++ b/src/modules/m_showfile.cpp @@ -47,7 +47,7 @@ class CommandShowFile final file_cache contents; Method method; - public: +public: CommandShowFile(Module* parent, const std::string& cmdname) : Command(parent, cmdname) { @@ -101,7 +101,7 @@ class CommandShowFile final class ModuleShowFile final : public Module { - private: +private: std::vector cmds; void ReadTag(std::shared_ptr tag, std::vector& newcmds) @@ -141,7 +141,7 @@ class ModuleShowFile final newcmds.push_back(sfcmd); } - public: +public: ModuleShowFile() : Module(VF_VENDOR, "Adds support for showing the contents of files to users when they execute a command.") { -- cgit v1.3.1-10-gc9f91