Update hello protocol
[platform/core/uifw/tts.git] / engine-parser / src / tts-engine-language-pack-parser.c
index 3a51b17..117e1e5 100644 (file)
@@ -150,7 +150,7 @@ static void __insert_language_from_metadata(xmlNodePtr root, const char *languag
        voices_node = xmlNewNode(NULL, (const xmlChar*)TTS_TAG_ENGINE_VOICE_SET);
 
        voice = strsep(&tmp_lang, ",");
-       while(NULL != voice) {
+       while (NULL != voice) {
                LOGD("voice (%s)", voice);
                voice_node = xmlNewNode(NULL, (const xmlChar*)TTS_TAG_ENGINE_VOICE);
                lang = strsep(&voice, ":");