aboutsummaryrefslogtreecommitdiffstats
path: root/src/request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/request.hpp')
-rw-r--r--src/request.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/request.hpp b/src/request.hpp
index 08c8fb0..9a97abb 100644
--- a/src/request.hpp
+++ b/src/request.hpp
@@ -20,7 +20,8 @@
#include <string>
#include <vector>
-namespace wm{
+namespace wm
+{
enum Task
{
@@ -58,6 +59,6 @@ struct WMRequest
std::vector<struct WMAction> sync_draw_req;
};
-}
+} // namespace wm
#endif //WMREQUEST_HPP \ No newline at end of file