Implement stt default engine setting and Fix directories in stt engine parser
[platform/core/uifw/stt.git] / client / stt_file_client.c
index 893c920..40f722e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-*  Copyright (c) 2011-2014 Samsung Electronics Co., Ltd All Rights Reserved 
+*  Copyright (c) 2011-2016 Samsung Electronics Co., Ltd All Rights Reserved
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
@@ -45,13 +45,13 @@ int stt_file_client_new()
        g_client_info->current_engine_id = -1;
 
        g_client_info->time_info = NULL;
-       
+
        g_client_info->before_state = STT_FILE_STATE_READY;
        g_client_info->current_state = STT_FILE_STATE_READY;
 
        g_client_info->cb_ref_count = 0;
 
-       return 0;       
+       return 0;
 }
 
 int stt_file_client_destroy()
@@ -63,7 +63,7 @@ int stt_file_client_destroy()
                while (0 != g_client_info->cb_ref_count) {
                        /* wait for release callback function */
                }
-               
+
                free(g_client_info);
 
                g_client_info = NULL;