mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-22 07:44:16 +02:00
indentation fixes
This commit is contained in:
parent
3dbdcb21cb
commit
a1510b5e93
1 changed files with 3 additions and 2 deletions
5
synth.c
5
synth.c
|
|
@ -28,7 +28,7 @@ const int rateMultiplier = 34;
|
|||
const int rateOffset = 84;
|
||||
const int volumeMultiplier = 22;
|
||||
|
||||
espeak_ERROR set_frequency(struct synth_t * s, int freq, enum adjust_t adj)
|
||||
espeak_ERROR set_frequency(struct synth_t *s, int freq, enum adjust_t adj)
|
||||
{
|
||||
espeak_ERROR rc;
|
||||
|
||||
|
|
@ -56,7 +56,8 @@ espeak_ERROR set_pitch(struct synth_t * s, int pitch, enum adjust_t adj)
|
|||
return rc;
|
||||
}
|
||||
|
||||
espeak_ERROR set_punctuation(struct synth_t * s, int punct, enum adjust_t adj)
|
||||
espeak_ERROR set_punctuation(struct synth_t * s, int punct,
|
||||
enum adjust_t adj)
|
||||
{
|
||||
espeak_ERROR rc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue