From 0c1d1a0f24655c22a373c19aac90a6a225a353e6 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 8 Dec 2018 10:43:50 +0100 Subject: wanda: reformat source code --- src/command.hpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/command.hpp') diff --git a/src/command.hpp b/src/command.hpp index 5fac065..37afaae 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -9,23 +9,23 @@ namespace wanda { -enum struct command_id : char -{ + enum struct command_id : char + { change, -}; + }; -struct command -{ + struct command + { command_id const id; std::vector const arguments; std::optional message() const; -}; + }; -std::optional make_command(message message); + std::optional make_command(message message); -command make_change_command(); + command make_change_command(); -} // namespace wanda +} // namespace wanda #endif \ No newline at end of file -- cgit v1.2.3