]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tab-n-space cleanup
authorKen Rice <krice@freeswitch.org>
Wed, 14 Jan 2009 00:04:56 +0000 (00:04 +0000)
committerKen Rice <krice@freeswitch.org>
Wed, 14 Jan 2009 00:04:56 +0000 (00:04 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11175 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c

index 9a638d8b49b2e56ff38ab7f4070b856a3c2fa3f7..bb0912f0170435069c02f89cdaf8faf87d3b776f 100644 (file)
@@ -46,7 +46,7 @@ static struct {
        char *model8k;
        char *model16k;
        uint32_t thresh;
-    uint32_t silence_hits;
+       uint32_t silence_hits;
        uint32_t listen_hits;
        int auto_reload;
        switch_memory_pool_t *pool;
@@ -65,7 +65,7 @@ typedef struct {
        switch_mutex_t *flag_mutex;
        uint32_t org_silence_hits;
        uint32_t thresh;
-    uint32_t silence_hits;
+       uint32_t silence_hits;
        uint32_t listen_hits;
        uint32_t listening;
        uint32_t countdown;
@@ -391,7 +391,7 @@ static switch_status_t pocketsphinx_asr_get_results(switch_asr_handle_t *ah, cha
                                                                 "  <input>%s</input>\n"
                                                                 "</interpretation>",
                                                                 ps->grammar, ps->confidence,
-                                                                "match", 
+                                                               "match", 
                                                                 ps->hyp, 
                                                                 ps->hyp
                                                                 );