diff options
author | Sadie Powell <sadie@witchery.services> | 2021-04-27 16:36:40 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-04-27 16:41:14 +0100 |
commit | b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3 (patch) | |
tree | 81327174fcc9df91ad7494e7b34829770caac727 /include/mode.h | |
parent | 8a5a1c799e5bec875b081f70639156429d7847e3 (diff) |
Fix a bunch of weird indentation and spacing issues.
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mode.h b/include/mode.h index 82dd75770..940ed2144 100644 --- a/include/mode.h +++ b/include/mode.h @@ -99,7 +99,7 @@ class ParamModeBase; class CoreExport ModeHandler : public ServiceProvider { public: - typedef size_t Id; + typedef size_t Id; enum Class { @@ -579,7 +579,7 @@ class CoreExport ModeParser : public fakederef<ModeParser> private: /** Type of the container that maps mode names to ModeWatchers */ - typedef insp::flat_multimap<std::string, ModeWatcher*> ModeWatcherMap; + typedef insp::flat_multimap<std::string, ModeWatcher*> ModeWatcherMap; /** Last item in the ModeType enum */ |