From d98b03afda5e45cde13fbe33447094132c28afe8 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Tue, 17 Sep 2019 15:16:10 +0900 Subject: [PATCH] Change whitespaces with tabs Change-Id: Ife97fb4002b400b382122976b69c4474fcc41037 --- inc/multi_assistant_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/multi_assistant_service.h b/inc/multi_assistant_service.h index c3b1c69..27f37dc 100644 --- a/inc/multi_assistant_service.h +++ b/inc/multi_assistant_service.h @@ -78,8 +78,8 @@ int mas_set_current_client_by_appid(const char *appid); int mas_launch_client_by_wakeup_word(const char *wakeup_word); typedef enum { - CLIENT_LAUNCH_MODE_ACTIVATION, - CLIENT_LAUNCH_MODE_PRELAUNCH, + CLIENT_LAUNCH_MODE_ACTIVATION, + CLIENT_LAUNCH_MODE_PRELAUNCH, } CLIENT_LAUNCH_MODE; int mas_launch_client_by_appid(const char *appid, CLIENT_LAUNCH_MODE launch_mode); -- 2.34.1