diff options
| author | Jaromir Wysoglad | 2019-08-13 00:14:24 +0200 |
|---|---|---|
| committer | Filippos Karapetis | 2019-09-01 22:47:55 +0300 |
| commit | c2c44582537264c7fe0fe55ba456e54b405d0678 (patch) | |
| tree | 10fc613ea0a792c41688080d1218c582b2088435 /backends/text-to-speech/linux | |
| parent | b1bffaba8682af2870d4ff019bedbceb72440707 (diff) | |
| download | scummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.tar.gz scummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.tar.bz2 scummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.zip | |
JANITORIAL: Remove some trailing whitespaces
Diffstat (limited to 'backends/text-to-speech/linux')
| -rw-r--r-- | backends/text-to-speech/linux/linux-text-to-speech.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/text-to-speech/linux/linux-text-to-speech.h b/backends/text-to-speech/linux/linux-text-to-speech.h index 33f15daccb..33135d29d9 100644 --- a/backends/text-to-speech/linux/linux-text-to-speech.h +++ b/backends/text-to-speech/linux/linux-text-to-speech.h @@ -66,7 +66,7 @@ public: virtual bool isSpeaking(); virtual bool isPaused(); virtual bool isReady(); - + virtual void setVoice(unsigned index); virtual void setRate(int rate); virtual void setPitch(int pitch); |
