From c2c44582537264c7fe0fe55ba456e54b405d0678 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Tue, 13 Aug 2019 00:14:24 +0200 Subject: JANITORIAL: Remove some trailing whitespaces --- backends/text-to-speech/linux/linux-text-to-speech.h | 2 +- backends/text-to-speech/windows/windows-text-to-speech.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/text-to-speech') 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); diff --git a/backends/text-to-speech/windows/windows-text-to-speech.h b/backends/text-to-speech/windows/windows-text-to-speech.h index cbf3eb07df..cc94107291 100644 --- a/backends/text-to-speech/windows/windows-text-to-speech.h +++ b/backends/text-to-speech/windows/windows-text-to-speech.h @@ -60,7 +60,7 @@ public: virtual bool isSpeaking(); virtual bool isPaused(); virtual bool isReady(); - + virtual void setVoice(unsigned index); virtual void setRate(int rate); -- cgit v1.2.3