From: Ji-hoon Lee Date: Tue, 17 Sep 2019 06:16:10 +0000 (+0900) Subject: Change whitespaces with tabs X-Git-Tag: submit/tizen/20190920.111209~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d98b03afda5e45cde13fbe33447094132c28afe8;p=platform%2Fcore%2Fuifw%2Fwakeup-engine-default.git Change whitespaces with tabs Change-Id: Ife97fb4002b400b382122976b69c4474fcc41037 --- 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);