summaryrefslogtreecommitdiff
path: root/navit/phrase.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/phrase.c')
-rw-r--r--navit/phrase.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/navit/phrase.c b/navit/phrase.c
index 6129601e9..9fb5bc701 100644
--- a/navit/phrase.c
+++ b/navit/phrase.c
@@ -25,8 +25,7 @@
#include "speech.h"
#include "phrase.h"
-void
-phrase_route_calc(void *speech) {
+void phrase_route_calc(void *speech) {
#if 0
if (! speech)
return;
@@ -34,8 +33,7 @@ phrase_route_calc(void *speech) {
#endif
}
-void
-phrase_route_calculated(void *speech, void *route) {
+void phrase_route_calculated(void *speech, void *route) {
#if 0
struct tm *eta;
#endif