diff options
| author | Wildemann Stefan <stefan.wildemann@corpuls.com> | 2019-06-18 11:10:55 +0200 |
|---|---|---|
| committer | Wildemann Stefan <stefan.wildemann@corpuls.com> | 2019-06-18 11:10:55 +0200 |
| commit | 708ce0ea38e99c5329e9c6d89b783a9f1c6701cd (patch) | |
| tree | 1b6579bf4b016b3b209829404827ca2fa38f49b1 | |
| parent | 94b491325443160011b05eeab177eb5cbf7bebad (diff) | |
| download | navit-708ce0ea38e99c5329e9c6d89b783a9f1c6701cd.tar.gz | |
Make (in)sanity check happy.
Here you got your bloody spaces. Uber picky, isn't it?
| -rw-r--r-- | navit/speech/qt5_espeak/Qt5EspeakAudioOut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/speech/qt5_espeak/Qt5EspeakAudioOut.cpp b/navit/speech/qt5_espeak/Qt5EspeakAudioOut.cpp index a0cf338fe..fe88d6c04 100644 --- a/navit/speech/qt5_espeak/Qt5EspeakAudioOut.cpp +++ b/navit/speech/qt5_espeak/Qt5EspeakAudioOut.cpp @@ -82,7 +82,7 @@ void Qt5EspeakAudioOut::handleStateChanged(QAudio::State newState) { case QAudio::StoppedState: break; case QAudio::InterruptedState: - break; + break; case QAudio::IdleState: /*remove all data that was already read*/ data->remove(0, buffer->pos()); |
