diff src/ui/bmi/mmiWindow.h @ 92:c0052fe355d3

src/ui/bmi/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 06:39:16 +0000
parents 67bfe9f274f6
children
line wrap: on
line diff
--- a/src/ui/bmi/mmiWindow.h	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiWindow.h	Sun Nov 08 06:39:16 2020 +0000
@@ -6,39 +6,39 @@
 
 					TI (Shanghai)
 
-********************************************************************************                                                                              
+********************************************************************************
 
  This software product is the property of TI (Shanghai) Ltd and may not be
- disclosed to any third party without the express permission of the owner.                                 
-                                                                              
+ disclosed to any third party without the express permission of the owner.
+
 ********************************************************************************
 
- $Project name:	TISHMMI Project                                                      
- $Project code:	BMI (6349)                                                           
+ $Project name:	TISHMMI Project
+ $Project code:	BMI (6349)
  $Module:		MMI
  $File:		    mmiwindow.h
- $Revision:		1.0                                                       
-                                                                              
- $Author:		Yan Bin(bin-yan@ti.com)                                                          
- $Date:		    28/08/03                                                     
-                                                                               
+ $Revision:		1.0
+
+ $Author:		Yan Bin(bin-yan@ti.com)
+ $Date:		    28/08/03
+
 ********************************************************************************
-                                                                              
+
  Description:
- 
+
     This module provides definitions of the types and
     constants which are shared across the MMS
     application modules.
-   
+
 ********************************************************************************
  $History: mmiwindow.h
 
     CRR 23959: xpradipg 26 Aug 2004
     Description: List not updated after deleting the messages in Unsent/Inbox folder
     Solution: The list is refreshed everytime the user returns from the options menu
-    
-	28/08/03			Original TI(Shanghai) BMI version.	
-	   
+
+	28/08/03			Original TI(Shanghai) BMI version.
+
  $End
 
 *******************************************************************************/
@@ -50,9 +50,9 @@
 #endif
 
 /*******************************************************************************
-                                                                              
+
                                 Include Files
-                                                                              
+
 *******************************************************************************/
 
 #include "mfw_mfw.h"
@@ -60,9 +60,9 @@
 
 
 /*******************************************************************************
-                                                                              
+
                         MMI Window Message definition
-                                                                              
+
 *******************************************************************************/
 #define MWM_CREATE			0x0010
 #define MWM_DESTORY		0x0011
@@ -102,17 +102,17 @@
 } T_MMIWINDOW;
 
 /*******************************************************************************
-                                                                              
+
                                 Function Prototypes
-                                                                              
+
 *******************************************************************************/
 
 
-GLOBAL_EXT T_MFW_HND  MMI_CreateWindow(T_MFW_HND 		hWinParent, 
+GLOBAL_EXT T_MFW_HND  MMI_CreateWindow(T_MFW_HND 		hWinParent,
 											T_DIALOG_FUNC  	win_exec_cb,
 											void * 			parameter,
 											MfwCb 			kbd_cb,
-											MfwMnuAttr *		pMnuAttr,	
+											MfwMnuAttr *		pMnuAttr,
 											unsigned long 		dwStyle);
 
 GLOBAL_EXT T_MFW_HND  MMI_ParentWindow(T_MFW_HND hWin);
@@ -123,9 +123,9 @@
 
 
 /*******************************************************************************
-                                                                              
-                              DUMMY DECLARATIONS	
-                                                                              
+
+                              DUMMY DECLARATIONS
+
 *******************************************************************************/
 
 //Dummy defines