comparison src/ui/bmi/mmiEm.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 d61a07309733
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
2 #define MMI_EM_H_ 2 #define MMI_EM_H_
3 /******************************************************************************* 3 /*******************************************************************************
4 4
5 CONDAT (UK) 5 CONDAT (UK)
6 6
7 ******************************************************************************** 7 ********************************************************************************
8 8
9 This software product is the property of Condat (UK) Ltd and may not be 9 This software product is the property of Condat (UK) Ltd and may not be
10 disclosed to any third party without the express permission of the owner. 10 disclosed to any third party without the express permission of the owner.
11 11
12 ******************************************************************************** 12 ********************************************************************************
13 13
14 $Project name: Basic MMI 14 $Project name: Basic MMI
15 $Project code: BMI (6349) 15 $Project code: BMI (6349)
16 $Module: Engineering mode 16 $Module: Engineering mode
17 $File: MmiEm.h 17 $File: MmiEm.h
18 $Revision: 1.0 18 $Revision: 1.0
19 19
20 $Author: Condat(UK) 20 $Author: Condat(UK)
21 $Date: 23/09/02 21 $Date: 23/09/02
22 22
23 ******************************************************************************** 23 ********************************************************************************
24 24
25 Description: 25 Description:
26 26
27 Handles Engineering mode at MMI level 27 Handles Engineering mode at MMI level
28 28
29 ******************************************************************************** 29 ********************************************************************************
30 $History: MmiEm.c 30 $History: MmiEm.c
31 31
32 Apr 24, 2006 ERT: OMAPS00067603 x0043642 32 Apr 24, 2006 ERT: OMAPS00067603 x0043642
33 Description: Engineering mode 33 Description: Engineering mode
36 36
37 $End*/ 37 $End*/
38 38
39 39
40 /******************************************************************************* 40 /*******************************************************************************
41 41
42 Include files 42 Include files
43 43
44 *******************************************************************************/ 44 *******************************************************************************/
45 45
46 46
47 47
48 #include "mfw_mfw.h" 48 #include "mfw_mfw.h"
62 62
63 #ifndef NEPTUNE_BOARD 63 #ifndef NEPTUNE_BOARD
64 64
65 65
66 /*Called from menu; begins process to display Mobile Information*/ 66 /*Called from menu; begins process to display Mobile Information*/
67 int Mmi_em_display_mobile_info_data(MfwMnu* m, MfwMnuItem* i); 67 int Mmi_em_display_mobile_info_data(MfwMnu* m, MfwMnuItem* i);
68 68
69 /*Called from menu; begins process to display Serving Cell parameters*/ 69 /*Called from menu; begins process to display Serving Cell parameters*/
70 int Mmi_em_display_serving_cell_params(MfwMnu* m, MfwMnuItem* i); 70 int Mmi_em_display_serving_cell_params(MfwMnu* m, MfwMnuItem* i);
71 71
72 /*Called from menu; begins process to display Neighbouring Cell parameters*/ 72 /*Called from menu; begins process to display Neighbouring Cell parameters*/