aboutsummaryrefslogtreecommitdiff
path: root/common/text-to-speech.cpp
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-08-13 00:14:24 +0200
committerFilippos Karapetis2019-09-01 22:47:55 +0300
commitc2c44582537264c7fe0fe55ba456e54b405d0678 (patch)
tree10fc613ea0a792c41688080d1218c582b2088435 /common/text-to-speech.cpp
parentb1bffaba8682af2870d4ff019bedbceb72440707 (diff)
downloadscummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.tar.gz
scummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.tar.bz2
scummvm-rg350-c2c44582537264c7fe0fe55ba456e54b405d0678.zip
JANITORIAL: Remove some trailing whitespaces
Diffstat (limited to 'common/text-to-speech.cpp')
-rw-r--r--common/text-to-speech.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/text-to-speech.cpp b/common/text-to-speech.cpp
index f9dc4c69aa..cdfc8ab77f 100644
--- a/common/text-to-speech.cpp
+++ b/common/text-to-speech.cpp
@@ -36,7 +36,7 @@ TTSVoice::TTSVoice()
*_refCount = 1;
}
-TTSVoice::TTSVoice(Gender gender, Age age, void *data, String description)
+TTSVoice::TTSVoice(Gender gender, Age age, void *data, String description)
: _gender(gender)
, _age(age)
, _data(data)