Modify rules for compatibility 75/102575/1
authorJeong Seong-moon <salt.jeong@samsung.com>
Tue, 6 Dec 2016 06:26:11 +0000 (15:26 +0900)
committerJeong Seong-moon <salt.jeong@samsung.com>
Tue, 6 Dec 2016 06:27:27 +0000 (15:27 +0900)
Change-Id: I8e35eb40dc58bcb647827323bd184b366d0c7f4f

rule/wearable/project/src/main.c.tccr

index 56be9c8..46ac447 100755 (executable)
@@ -20,7 +20,7 @@
 #include <efl_extension.h>
 #include <dlog.h>
 
-|R| #include "$(appName).h"
+#include "$(appName).h"
 #include "view.h"
 #include "data.h"
 
@@ -110,7 +110,7 @@ static void ui_app_lang_changed(app_event_info_h event_info, void *user_data)
         */
        ui_app_add_event_handler(&handlers[APP_EVENT_LANGUAGE_CHANGED], APP_EVENT_LANGUAGE_CHANGED, ui_app_lang_changed, NULL);
 
-|R|    ret = ui_app_main(argc, argv, &event_callback, NULL);
+       ret = ui_app_main(argc, argv, &event_callback, NULL);
 |R|    if (ret != APP_ERROR_NONE)
                dlog_print(DLOG_ERROR, LOG_TAG, "ui_app_main() failed. err = %d", ret);