aboutsummaryrefslogtreecommitdiffstats
path: root/src/request.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-30 19:06:32 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-30 19:06:32 +0900
commitdfe4aee045113eceaeabd327291f94583e7b13d3 (patch)
tree745826e7154c4d08606456dcef68716e64c70b81 /src/request.hpp
parent5d91a5ffe0bc614ee79a18818dadf5836ce038d7 (diff)
Format source codes
Change-Id: I28e99487b814b23fe99aa6bc8ec4538af3940acf Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
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