diff src/ui/bmi/mmiBookPhonebook.c @ 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 ec9f955fc487
line wrap: on
line diff
--- a/src/ui/bmi/mmiBookPhonebook.c	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiBookPhonebook.c	Sun Nov 08 06:39:16 2020 +0000
@@ -2,29 +2,29 @@
 
 					CONDAT (UK)
 
-********************************************************************************                                                                              
+********************************************************************************
 
  This software product is the property of Condat (UK) 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:	Basic MMI                                                      
- $Project code:	BMI (6349)                                                           
+ $Project name:	Basic MMI
+ $Project code:	BMI (6349)
  $Module:		PhoneBook
  $File:		    MmiBookPhoneBook.c
- $Revision:		1.0                                                       
-                                                                              
- $Author:		Condat(UK)                                                         
- $Date:		    25/10/00                                                      
-                                                                               
+ $Revision:		1.0
+
+ $Author:		Condat(UK)
+ $Date:		    25/10/00
+
 ********************************************************************************
-                                                                              
+
  Description
 
     This module provides the basic phone book functionality
 
-  
+
 ********************************************************************************
  $History: MmiBookPhoneBook.c
     CRR: 25302 - xpradipg 10 Nov 2004
@@ -39,27 +39,27 @@
 	Fix:Replace the char buf[]; sprintf (buf, "...", ...); TRACE_EVENT (buf); statements by TRACE_EVENT_PX
 
 
-  	Sep 29, 2004        REF: CRR 25041  xvilliva  
+  	Sep 29, 2004        REF: CRR 25041  xvilliva
 	Bug:		add new entry in the FDN , phone gets rebooted.
-	Fix:		The global variable "menuFDN" is reset while menu is destroyed. 
+	Fix:		The global variable "menuFDN" is reset while menu is destroyed.
 
     Jul 21, 2004        REF: CRR 13348  xvilliva
     Bug:	After selecting HPLMN manually, the idle screen is not shown.
-    Fix:	After phonebook menu is created, we store the window handle in a 
+    Fix:	After phonebook menu is created, we store the window handle in a
     		global.
 
 
-	25/10/00			Original Condat(UK) BMI version.	
-	   
+	25/10/00			Original Condat(UK) BMI version.
+
  $End
 
 *******************************************************************************/
 
 
 /******************************************************************************
-                                                                              
+
                                 Include Files
-                                                                              
+
 *******************************************************************************/
 #define ENTITY_MFW
 
@@ -148,17 +148,17 @@
 #include "mmiColours.h"
 
 //Jul 21, 2004        REF: CRR 13348  xvilliva
-//This is a global variable used to store the handle, when 
+//This is a global variable used to store the handle, when
 //phonebook menu is created.
 T_MFW_HND gPhbkMenu = NULL;
-//Sep 29, 2004        REF: CRR 25041  xvilliva  
+//Sep 29, 2004        REF: CRR 25041  xvilliva
 extern int menuFDN;
 
 
 /*******************************************************************************
-                                                                              
+
                                 Private Methods
-                                                                              
+
 *******************************************************************************/
 
 /*******************************************************************************
@@ -166,14 +166,14 @@
  $Function:    	bookPhonebookDialog
 
  $Description:	Dialog function for the phone book application
- 
+
  $Returns:		none
 
  $Arguments:	win, window handle
                 event, event to be handled
 				value, not used
 				parameter, reason for call
- 
+
 *******************************************************************************/
 
 static void bookPhonebookDialog( T_MFW_HND win, USHORT event, SHORT value, void *parameter )
@@ -207,7 +207,7 @@
 			*/
 			if ((bookPhoneBookLoading()==BOOK_FAILURE)&&(( *reason )!=PhbkMainMenu))
 			{
-				T_DISPLAY_DATA display_info; 
+				T_DISPLAY_DATA display_info;
 
 				dlg_initDisplayData_TextId( &display_info, TxtNull, TxtNull, TxtPleaseWait, TxtNull , COLOUR_STATUS_WAIT);
 				dlg_initDisplayData_events( &display_info, (T_VOID_FUNC)NULL, THREE_SECS, KEY_CLEAR );
@@ -297,7 +297,7 @@
 				    data->phbk->current.KindOfSearch = SEARCH_BY_NAME;
 					data->phbk->current.status.book = bookActiveBook(READ);
 					data->phbk->search_win = bookSearchStart( data->phbk->win );
-					
+
 				}
 				break;
                             //CRR: 25302 - xpradipg 10 Nov 2004
@@ -311,7 +311,7 @@
 				       data->phbk->current.KindOfSearch = SEARCH_BY_NAME;
 					data->phbk->current.status.book = bookActiveBook(READ);
 					data->phbk->search_win = bookSearchStart( data->phbk->win );
-					
+
 				}
 				break;
 
@@ -325,7 +325,7 @@
 				    data->phbk->current.KindOfSearch = SEARCH_BY_NAME;
 					data->phbk->current.status.book = bookActiveBook(READ);
 					data->phbk->search_win = bookSearchStart( data->phbk->win );
-					
+
 				}
 				break;
 
@@ -338,7 +338,7 @@
 				    data->phbk->current.KindOfSearch = SEARCH_BY_NAME;
 					data->phbk->current.status.book = bookActiveBook(READ);
 					data->phbk->search_win = bookSearchStart( data->phbk->win );
-					
+
 					}
 
 				break;
@@ -352,7 +352,7 @@
 				    data->phbk->current.KindOfSearch = SEARCH_BY_NAME;
 					data->phbk->current.status.book = bookActiveBook(READ);
 					data->phbk->search_win = bookSearchStart( data->phbk->win );
-					
+
 					}
 
 				break;
@@ -394,12 +394,12 @@
  $Function:    	bookPhonebookWindowCB
 
  $Description:	Window call back for the phone book application
- 
+
  $Returns:		MFW_EVENT_CONSUMED if event is MfwWinVisible, otherwise
 				MFW_EVENT_PASSED
 
  $Arguments:	e, event, w, window handle
- 
+
 *******************************************************************************/
 
 static int bookPhonebookWindowCB ( MfwEvt e, MfwWin *w )
@@ -420,11 +420,11 @@
  $Function:    	bookPhonebookCreate
 
  $Description:	Create the phone book application
- 
+
  $Returns:		Handle of the newly created window or NULL if error
 
  $Arguments:	parent, handle of parent window
- 
+
 *******************************************************************************/
 
 static T_MFW_HND bookPhonebookCreate( MfwHnd parent )
@@ -479,9 +479,9 @@
 
 
 /*******************************************************************************
-                                                                              
+
                                 Public methods
-                                                                              
+
 *******************************************************************************/
 
 /*******************************************************************************
@@ -489,11 +489,11 @@
  $Function:    	bookPhonebookStart
 
  $Description:	Starts up the phone book application
- 
+
  $Returns:		Handle of window or NULL if error
 
  $Arguments:	parent, window, reason, for invocation
- 
+
 *******************************************************************************/
 
 T_MFW_HND bookPhonebookStart( MfwHnd parent, int reason )
@@ -519,11 +519,11 @@
  $Function:    	bookPhonebookDestroy
 
  $Description:	Destroys the phone book application
- 
+
  $Returns:		none
 
  $Arguments:	window, to be destroyed
- 
+
 *******************************************************************************/
 
 void bookPhonebookDestroy( MfwHnd window )
@@ -559,7 +559,7 @@
 
 		if (data->menu_call_options_win_2)
 		{
-			menuFDN = 0 ;//  	Sep 29, 2004        REF: CRR 25041  xvilliva  
+			menuFDN = 0 ;//  	Sep 29, 2004        REF: CRR 25041  xvilliva
 			bookMenuDestroy(data->menu_call_options_win_2);
 		}
 
@@ -585,7 +585,7 @@
 
 
 /*******************************************************************************
-                                                                              
+
                                 End Of File
-                                                                              
+
 *******************************************************************************/