From d78ae3cd8f316d1830cde4d611b8e42f90dbcc11 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Thu, 7 Jun 2018 15:40:27 +0900 Subject: Format source code Fix character case for * wm-client * wm-error * applist app doesn't complete formating character Change-Id: I7187d7be8bcf158664c4e8e2b090fe4ca7017d12 Signed-off-by: Kazumasa Mitsunari --- src/applist.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/applist.hpp') diff --git a/src/applist.hpp b/src/applist.hpp index 241f153..320d36b 100644 --- a/src/applist.hpp +++ b/src/applist.hpp @@ -65,13 +65,13 @@ class AppList struct WMTrigger getRequest(unsigned req_num); const std::vector &getActions(unsigned req_num); - void client_dump(); - void req_dump(); + void clientDump(); + void reqDump(); private: std::vector req_list; - std::unordered_map> client_list; - unsigned current_seq; + std::unordered_map> app2client; + unsigned current_req; }; } // namespace wm -- cgit 1.2.3-korg