diff src/ui/mfw/mfw_aud.h @ 188:92abb46dc1ba

src/ui/mfw/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Jan 2021 06:10:27 +0000
parents 67bfe9f274f6
children
line wrap: on
line diff
--- a/src/ui/mfw/mfw_aud.h	Tue Jan 19 05:41:26 2021 +0000
+++ b/src/ui/mfw/mfw_aud.h	Tue Jan 19 06:10:27 2021 +0000
@@ -9,20 +9,20 @@
    MODULE  : MFW_AUD
 
    PURPOSE : This module contains the definitions for the Audio Riveria Interface.
-   
+
     HISTORY:
 	Mar 31, 2006   ER: OMAPS00067709  x0pleela
-	Description: Voice Buffering implementation on C+ for PTT via PCM API 
-	Solution: Added new field play_stopped to voice buffering data to keep a check before 
+	Description: Voice Buffering implementation on C+ for PTT via PCM API
+	Solution: Added new field play_stopped to voice buffering data to keep a check before
 			calling play stop during end call
-			
+
 	Mar 15, 2006   ER: OMAPS00067709  x0pleela
-	Description: Voice Buffering implementation on C+ for PTT via PCM API 
+	Description: Voice Buffering implementation on C+ for PTT via PCM API
 	Solution: Defined new macro for PTT number length
-			Defined new Enumeration "T_VOICEMEMO" (which defines different types of voice memo) 
+			Defined new Enumeration "T_VOICEMEMO" (which defines different types of voice memo)
 					and "T_VOICE_BUFFERING_STATUS" (Voice buffering status)
 			Defined new structure "T_voice_buffering" to handle diferent scenarios during voice buffering
-			Added prototypes of functions set_voice_memo_type, get_voice_memo_type, 
+			Added prototypes of functions set_voice_memo_type, get_voice_memo_type,
 					set_voice_buffering_rec_stop_reason.
 
 */
@@ -48,7 +48,7 @@
 }T_VOICEMEMO;
 
 //x0pleela 09 Mar, 2006   ER: OMAPS00067709
-//Voice buffering status 
+//Voice buffering status
 typedef enum
 {
   VB_NONE,						/* Reset value							*/
@@ -81,11 +81,11 @@
 //To get the type of voice memo
 EXTERN T_VOICEMEMO get_voice_memo_type( void);
 //x0pleela 09 Mar, 2006  ER:OMAPS00067709
-//To set reason for calling record_stop 
+//To set reason for calling record_stop
 EXTERN void set_voice_buffering_rec_stop_reason( T_VOICE_BUFFERING_STATUS reason);
 
 #endif
-	
+
 /*
 ** Voice Memo Functions Prototypes
 */