From 5239930625d4ea4dbaa93e01bc4ee25a7409bf6e Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 25 Oct 2017 12:05:04 +0100 Subject: [PATCH] Fix indentation. --- P25Gateway/Speech.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/P25Gateway/Speech.cpp b/P25Gateway/Speech.cpp index 37a94e2..64edad9 100644 --- a/P25Gateway/Speech.cpp +++ b/P25Gateway/Speech.cpp @@ -129,11 +129,11 @@ void CSpeech::announce(unsigned int id) m_id = id; break; case 10400U: - m_speech = SPEECH_PACIFIC; - m_count = SPEECH_PACIFIC_COUNT; - m_id = id; - break; - case 10401U: + m_speech = SPEECH_PACIFIC; + m_count = SPEECH_PACIFIC_COUNT; + m_id = id; + break; + case 10401U: m_speech = SPEECH_PACIFIC_TAC1; m_count = SPEECH_PACIFIC_TAC1_COUNT; m_id = id;