Fix indentation
[platform/core/uifw/inputdelegator.git] / src / SttFeedback.cpp
index ec7d91f..f6ae7da 100755 (executable)
@@ -172,8 +172,6 @@ void SttFeedback::SttProcessing(void)
        set_animation_state(&vd);
 }
 
-
-
 void SttFeedback::OnError(stt_error_e reason)
 {
        if(!owner) {
@@ -189,7 +187,6 @@ void SttFeedback::OnError(stt_error_e reason)
        show_error_message(&vd, reason);
 }
 
-
 void SttFeedback::SetVoiceData(void *data) {
        if(!data) {
                PRINTFUNC(DLOG_WARN, "no data");