Fix typo in CMakeLists.txt and stt.spec
[platform/core/uifw/stt.git] / server / sttd_main.c
index 7fd2cd2..6160f9f 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
@@ -31,7 +31,7 @@ int main(int argc, char** argv)
        SLOG(LOG_DEBUG, TAG_STTD, "===== STT Daemon Initialize");
 
        if (!ecore_init()) {
-               SLOG(LOG_ERROR, TAG_STTD, "[ERROR] Fail to initialize Ecore"); 
+               SLOG(LOG_ERROR, TAG_STTD, "[ERROR] Fail to initialize Ecore");
                return EXIT_FAILURE;
        }
 
@@ -52,7 +52,7 @@ int main(int argc, char** argv)
                SLOG(LOG_WARN, TAG_STTD, "[Main Warning] Fail to create timer of client check");
        }
 
-       SLOG(LOG_DEBUG, TAG_STTD, "[Main] stt-daemon start..."); 
+       SLOG(LOG_DEBUG, TAG_STTD, "[Main] stt-daemon start...");
 
        SLOG(LOG_DEBUG, TAG_STTD, "=====");
        SLOG(LOG_DEBUG, TAG_STTD, "  ");