comparison src/ui/bmi/mmiBookUtils.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 609eb8031c17
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
3 3
4 /******************************************************************************* 4 /*******************************************************************************
5 5
6 CONDAT (UK) 6 CONDAT (UK)
7 7
8 ******************************************************************************** 8 ********************************************************************************
9 9
10 This software product is the property of Condat (UK) Ltd and may not be 10 This software product is the property of Condat (UK) Ltd and may not be
11 disclosed to any third party without the express permission of the owner. 11 disclosed to any third party without the express permission of the owner.
12 12
13 ******************************************************************************** 13 ********************************************************************************
14 14
15 $Project name: Basic MMI 15 $Project name: Basic MMI
16 $Project code: BMI (6349) 16 $Project code: BMI (6349)
17 $Module: PhoneBook 17 $Module: PhoneBook
18 $File: MmiBookUtils.h 18 $File: MmiBookUtils.h
19 $Revision: 1.0 19 $Revision: 1.0
20 20
21 $Author: Condat(UK) 21 $Author: Condat(UK)
22 $Date: 25/10/00 22 $Date: 25/10/00
23 23
24 ******************************************************************************** 24 ********************************************************************************
25 25
26 Description: 26 Description:
27 27
28 This module provides utility functions for the phone book. 28 This module provides utility functions for the phone book.
29 29
30 30
31 ******************************************************************************** 31 ********************************************************************************
32 32
33 $History: MmiBookUtils.h 33 $History: MmiBookUtils.h
34 34
35 25/10/00 Original Condat(UK) BMI version. 35 25/10/00 Original Condat(UK) BMI version.
36 36
37 $End 37 $End
38 38
39 *******************************************************************************/ 39 *******************************************************************************/
40 40
41 41
130 U32 colindex, 130 U32 colindex,
131 U8 font, U8 mode, U8 *controls, 131 U8 font, U8 mode, U8 *controls,
132 char *text, U16 size, 132 char *text, U16 size,
133 MfwEdtAttr* attr); 133 MfwEdtAttr* attr);
134 #endif 134 #endif
135 135
136 /* Memory allocation and freeing functions 136 /* Memory allocation and freeing functions
137 137
138 These routines provided guarded access to the malloc and free 138 These routines provided guarded access to the malloc and free
139 routines used in the MMI application. The wrapper functions 139 routines used in the MMI application. The wrapper functions
140 provided here allow debugging and tracking information to be 140 provided here allow debugging and tracking information to be
195 */ 195 */
196 void bookCopyPhbName( T_MFW_PHB_ENTRY* destEntry, T_MFW_PHB_ENTRY* srcEntry, int maxLen ); 196 void bookCopyPhbName( T_MFW_PHB_ENTRY* destEntry, T_MFW_PHB_ENTRY* srcEntry, int maxLen );
197 197
198 198
199 /******************************************************************************* 199 /*******************************************************************************
200 200
201 End of File 201 End of File
202 202
203 *******************************************************************************/ 203 *******************************************************************************/
204 204
205 #endif 205 #endif