diff src/ui/mfw/mfw_ffs.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_ffs.h	Tue Jan 19 05:41:26 2021 +0000
+++ b/src/ui/mfw/mfw_ffs.h	Tue Jan 19 06:10:27 2021 +0000
@@ -12,7 +12,7 @@
 
    HISTORY:
 
-	
+
  	Nov 22, 2007 DR: OMAPS00152315 x0080701(Bharat)
  	Description: MP3 - AAC cannot be disabled in Locosto
  	Solution: MP3 AAC Flags Usage have been corrected
@@ -22,18 +22,18 @@
     Solution: added new member cam_auto_save in structure FlashData
 
 	Mar 28, 2007  DR: OMAPS00122762 x0039928
-	Description: MM: Deleting a PCM Voice Memo message in one particular memory, 
+	Description: MM: Deleting a PCM Voice Memo message in one particular memory,
 	delete them in all memories
 	Solution: voice memo position and pcm voice memo position is provided for all the devices.
-	
+
       Oct 30 2006, OMAPS00098881 x0039928(sumanth)
       Removal of power variant
-      
+
       Oct 8 2006 OMAPS00097714 x0039928(sumanth)
       TTY HCO/VCO options in MMI
-      
+
 
- 	xashmic 27 Sep 2006, OMAPS00096389 
+ 	xashmic 27 Sep 2006, OMAPS00096389
 	ENH - a) Providing static menu for re-selection of enum options for enumeration
 	b) Popup menu displayed on connect event, can be enabled or disabled via menu option
 
@@ -50,50 +50,50 @@
     Solution: Moved tty_audio_mode attribute to the end of the structure.
 
 	Mar 15, 2006   ER: OMAPS00067709  x0pleela
-	Description: Voice Buffering implementation on C+ for PTT via PCM API 
-	Solution: 	Added new field "pcm_voice_memo_position" into the structure "FlashData" 
+	Description: Voice Buffering implementation on C+ for PTT via PCM API
+	Solution: 	Added new field "pcm_voice_memo_position" into the structure "FlashData"
 			to hold the recording duration for PCM voice memo
 
 	May 30, 2006  DR: OMAPS00070657 x0pleela
 	Description: CPHS feature on Locosto-Lite
 	Solution: For ALS feature,
 			a) Added a new macro MAX_LINE_NAME_SIZE
-			b) Added two new elements into "FlashData" structure to store the 
+			b) Added two new elements into "FlashData" structure to store the
 				alphanumeric name for line 1 and line2
-	
+
 	Apr 06, 2006    ERT: OMAPS00070660 x0039928(sumanth)
-   	Description: Need to reduce flash foot-print for Locosto Lite 
-   	Solution: Voice Memo feature is put under the flag #ifndef FF_NO_VOICE_MEMO to compile 
+   	Description: Need to reduce flash foot-print for Locosto Lite
+   	Solution: Voice Memo feature is put under the flag #ifndef FF_NO_VOICE_MEMO to compile
    	out voice memo feature if the above flag is enabled.
-   	
+
 	Nov 14, 2005    REF: OMAPS00044445 xdeepadh
 	Description: Implementation of Test Menu for AAC
 	Solution: The existing MP3 test Application has been enhanced to support the AAC file testing.
 	The interfaces have been made generic to support both MP3 and AAC files.
 
-   	Sep 27,2005 REF: SPR 34402 xdeepadh  
+   	Sep 27,2005 REF: SPR 34402 xdeepadh
 	Bug:Mono option is always highlighted even when Stereo is selected
 	Fix:The channel setting will be saved in the FFS, which will be retrieved later
 		and the selected channel will be higlighted.
-	
+
 	Aug 22 2005, xpradipg - LOCOSTO-ENH-31154
  	Description:	Application to test camera
  	Solution:	Implemented the camera application with following functionalities
  			preview, snapshot and image saving.
- 			
+
 	Apr 14, 2005	REF: CRR 29991   xpradipg
-	Description:	Optimisation 5: Remove the static allocation and use dynamic 
+	Description:	Optimisation 5: Remove the static allocation and use dynamic
 					allocation/ deallocation for pb_list and black_list
 	Solution:	The static definition is removed and replaced with the dynamic
-					allocation   
-   
+					allocation
+
 
     Aug 25, 2004  REF: CRR 20655  xnkulkar
     Description: Voice Memo functionality not working
     Solution:	  Added the prototype for flash_makedir() function.
 
 
-    			 
+
     Mar 28, 2006 REF:ER OMAPS00071798  x0043642
     Added new options in BMI to accept the value for tty audio mode,
     and the accepted value is passed as parameter in function call sAT_PercentCTTY
@@ -128,7 +128,7 @@
 
 typedef enum{
 	SNAP_STG_FFS=0,
-       SNAP_STG_NORMS,		
+       SNAP_STG_NORMS,
 	SNAP_STG_NAND,
 	SNAP_STG_MMC
 }SNAP_STG;
@@ -162,7 +162,7 @@
 #endif
 //x0pleela 24 Feb, 2006  ER OMAPS00067709
 //To hold the recording duration for PCM voice memo
-#ifdef FF_PCM_VM_VB		
+#ifdef FF_PCM_VM_VB
 #ifdef FF_MMI_FILEMANAGER
 	uint8 pcm_voice_memo_position[4];        /* Mar 28, 2007  DR: OMAPS00122762 x0039928 */
 #else
@@ -171,13 +171,13 @@
 #endif
 	uint8 PLMN_selection_mode;
 	uint8 CLIR; //seem to only be used for supplementary services.
-//  Jun 23, 2004    REF: CRR MMI-SPR-13599  Rashmi C N(Sasken) 
-//              		Storing the CF state in Flash						
+//  Jun 23, 2004    REF: CRR MMI-SPR-13599  Rashmi C N(Sasken)
+//              		Storing the CF state in Flash
  uint8 CFState;
-	
-//Jun 23, 2004      REF: CRR MMI-SPR-13599  Rashmi C N(Sasken) 
+
+//Jun 23, 2004      REF: CRR MMI-SPR-13599  Rashmi C N(Sasken)
 //				Comented "uint8 CLIP" as it is not being used anywhere in the code currently.
-// uint8 CLIP; 
+// uint8 CLIP;
 	uint8 redial_mode;
 	uint8 call_info_display;
 	uint8 contrast;
@@ -228,7 +228,7 @@
 	uint8 PredTextSelected;
 
 	//API - 01/10/02
-	//Concatenate Flags 
+	//Concatenate Flags
 	uint8 ConcatenateStatus;
 
 	//API - 06/12/02
@@ -257,15 +257,15 @@
 	uint8 vp_rel;
        uint8 image_usr_obj; // xrashmic 7 Dec, 2004 MMI-SPR-26161 and MMI-SPR-23965
        uint8 audio_usr_obj; // xrashmic 7 Dec, 2004 MMI-SPR-26161 and MMI-SPR-23965
-//	Aug 22 2005, xpradipg - LOCOSTO-ENH-31154      
+//	Aug 22 2005, xpradipg - LOCOSTO-ENH-31154
 #if defined(FF_MMI_TEST_CAMERA) ||defined(FF_MMI_CAMERA_APP)
        uint8	camera_file_counter;
 #endif
 //Nov 14, 2005    REF: OMAPS00044445 xdeepadh
 
 /* Nov 22, 2007 DR: OMAPS00152315 x0080701(Bharat) -- Commented #if defined */
-// #if defined(FF_MMI_TEST_MP3) ||  defined(FF_MMI_TEST_AAC) 
-//Sep 27,2005 REF: SPR 34402 xdeepadh   
+// #if defined(FF_MMI_TEST_MP3) ||  defined(FF_MMI_TEST_AAC)
+//Sep 27,2005 REF: SPR 34402 xdeepadh
 //Variable to store the state of mp3 channel
  uint8	player_channel_state;
 // #endif
@@ -300,7 +300,7 @@
 /* To store the power management duration */
 #ifdef NEPTUNE_BOARD
 #ifdef MMI_POWER_MANAGEMENT_TEST
-    uint8 pm_duration; 
+    uint8 pm_duration;
 #endif
 #endif
 /*OMAPS00098881 (removal of power variant) x0039928(sumanth)
@@ -322,12 +322,12 @@
 //April 03 2007 ER:OMAPS00116772 x0061088(Prachi)
 #ifdef FF_MMI_CAMERA_APP
 UBYTE cam_auto_save;
-//added by prachi 
+//added by prachi
 #if CAM_SENSOR == 1
 UBYTE cam_resolution;
 UBYTE cam_changed_resolution;
 #endif
-#endif 
+#endif
 } FlashData;
 
 extern FlashData FFS_flashData;
@@ -352,8 +352,8 @@
 
      /* Aug 25, 2004  REF: CRR 20655  xnkulkar
          Added the prototype for flash_makedir() function
-     */ 
-void flash_makedir(char * dir_name); 
+     */
+void flash_makedir(char * dir_name);
 //	Apr 14, 2005	REF: CRR 29991   xpradipg
 #ifdef FF_MMI_OPTIM
 	int8 flash_MMI_blackList_open( );