From a1510b5e93de11dbf70fec2295b30a87656b4824 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 12 Apr 2009 16:33:01 -0500 Subject: [PATCH] indentation fixes --- synth.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/synth.c b/synth.c index 94279fd..fe6ca15 100644 --- a/synth.c +++ b/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;