diff src/ui/bmi/mmiBlkResources.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 67b91d34f75e
line wrap: on
line diff
--- a/src/ui/bmi/mmiBlkResources.c	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiBlkResources.c	Sun Nov 08 06:39:16 2020 +0000
@@ -2,44 +2,44 @@
 
 					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:		    MmiBlkResources.c
- $Revision:		1.0                                                       
-                                                                              
- $Author:		Condat(UK)                                                         
- $Date:		    25/10/00                                                      
-                                                                               
+ $Revision:		1.0
+
+ $Author:		Condat(UK)
+ $Date:		    25/10/00
+
 ********************************************************************************
-                                                                              
+
  Description:
 
     This modules provides, in conjunction with the MmiBlkManager module,
 	the resource management facilities for the MMI.
-                        
+
 ********************************************************************************
 
  $History: MmiBlkResources.c
 
-	25/10/00			Original Condat(UK) BMI version.	
-	   
+	25/10/00			Original Condat(UK) BMI version.
+
  $End
 
 *******************************************************************************/
 
 
 /*******************************************************************************
-                                                                              
-                                Include Files                                 
-                                                                              
+
+                                Include Files
+
 *******************************************************************************/
 
 #define ENTITY_MFW
@@ -70,9 +70,9 @@
 #include "MmiBlkResources.h"
 
 /*******************************************************************************
-                                                                              
-                                Local Structures                              
-                                                                              
+
+                                Local Structures
+
 *******************************************************************************/
 
 /* Define the control structures used to implement the block resource
@@ -99,9 +99,9 @@
 
 
 /*******************************************************************************
-                                                                              
-                                Private Routines                               
-                                                                              
+
+                                Private Routines
+
 *******************************************************************************/
 
 /*******************************************************************************
@@ -114,7 +114,7 @@
  $Returns:		0 If invalid, non-zero if valid.
 
  $Arguments:	BlkRsrc, handle of resource
- 
+
 *******************************************************************************/
 
 
@@ -134,9 +134,9 @@
 
 
 /*******************************************************************************
-                                                                              
+
                                 Public Routines
-                                                                              
+
 *******************************************************************************/
 
 /*******************************************************************************
@@ -157,7 +157,7 @@
  $Arguments:	BlkBase, Base address of the block of data relating
                 to the resource
 				NumEntries, number of entries associated with the resource
- 
+
 *******************************************************************************/
 
 tBlkHandle mmibr_Initialise( tBlkHandle BlkBase, int NumEntries )
@@ -209,7 +209,7 @@
  $Returns:		none.
 
  $Arguments:	Pointer to a block resource handle (ie ptr to ptr)
- 
+
 *******************************************************************************/
 
 void mmibr_ShutDown( tBlkHandle *BlkRsrc )
@@ -240,7 +240,7 @@
 
  $Arguments:	BlkRsrc, resource handle created by mmibr_Initialise
                 Id, identifier of the resource to be returned
- 
+
 *******************************************************************************/
 
 tBlkHandle mmibr_Fetch( tBlkHandle BlkRsrc, tBlkId Id )
@@ -317,8 +317,8 @@
 }
 
 /*******************************************************************************
-                                                                              
+
                                 End of File
-                                                                              
+
 *******************************************************************************/