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, ":");
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, ":");
uid_t uid = 0;
int ret = -1;
ret = pkgmgr_installer_info_get_target_uid(&uid);
- if (ret < 0 ) {
+ if (ret < 0) {
LOGE("[ERROR] Fail to get target uid");
return 0;
} else {