Browse Source

code cleanup: fix -Wnewline-eof

master
Yury Popov 2 years ago
parent
commit
41f5703fde

+ 1
- 1
src/libespeak-ng/compiledata.c View File

@@ -2789,4 +2789,4 @@ static int CalculateSample(unsigned char c3, int c1) {
c2 = c2 >> 16; // sign extend

return (c1 & 0xff) + c2;
}
}

+ 1
- 1
src/libespeak-ng/dictionary.c View File

@@ -2994,4 +2994,4 @@ static void DollarRule(char *word[], char *word_start, int consumed, int group_l
*add_points = 23;
else
*failed = 1;
}
}

+ 1
- 1
src/libespeak-ng/langopts.c View File

@@ -232,4 +232,4 @@ int CheckTranslator(Translator *tr, const MNEM_TAB *keyword_tab, int key)

fprintf(stderr, "Cannot set %s: language not set, or is invalid.\n", LookupMnemName(keyword_tab, key));
return 1;
}
}

+ 1
- 1
src/libespeak-ng/phonemelist.c View File

@@ -590,4 +590,4 @@ if (ph->type == phVOWEL) {
// re-interpret the changed phoneme
// But it doesn't obey a second ChangePhoneme()
InterpretPhoneme(tr, 0x100, plist3, phdata, worddata);
}
}

Loading…
Cancel
Save