summaryrefslogtreecommitdiff
path: root/navit/speech
diff options
context:
space:
mode:
authorJoseph Herlant <herlantj@gmail.com>2018-05-25 22:07:07 -0700
committerJoseph Herlant <aerostitch@users.noreply.github.com>2018-05-25 22:17:50 -0700
commit41a1264cdd43a11695de85eab0bd3c941abf2b70 (patch)
tree3da1ef3bebc674807258ae824ff9156a64adf370 /navit/speech
parent8a76acb966f7059caf9d72c853175bd923b1e9d7 (diff)
downloadnavit-41a1264cdd43a11695de85eab0bd3c941abf2b70.tar.gz
cleanup:cmake:remove trailing spaces
Diffstat (limited to 'navit/speech')
-rw-r--r--navit/speech/dbus/CMakeLists.txt2
-rw-r--r--navit/speech/iphone/speech_iphone.m4
2 files changed, 3 insertions, 3 deletions
diff --git a/navit/speech/dbus/CMakeLists.txt b/navit/speech/dbus/CMakeLists.txt
index 87413018a..c2e32eb8c 100644
--- a/navit/speech/dbus/CMakeLists.txt
+++ b/navit/speech/dbus/CMakeLists.txt
@@ -1 +1 @@
-module_add_library(speech_dbus speech_dbus.c)
+module_add_library(speech_dbus speech_dbus.c)
diff --git a/navit/speech/iphone/speech_iphone.m b/navit/speech/iphone/speech_iphone.m
index 854ae097b..571f6784b 100644
--- a/navit/speech/iphone/speech_iphone.m
+++ b/navit/speech/iphone/speech_iphone.m
@@ -30,7 +30,7 @@ struct speech_priv {
VSSpeechSynthesizer *speech;
};
-static int
+static int
speech_iphone_say(struct speech_priv *this, const char *text)
{
dbg(0,"enter %s",text);
@@ -41,7 +41,7 @@ speech_iphone_say(struct speech_priv *this, const char *text)
return 1;
}
-static void
+static void
speech_iphone_destroy(struct speech_priv *this)
{
[this->speech release];