comparison src/ui/bmi/mmiBand.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 33d06a6066e7
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: Frequency band selection 17 $Module: Frequency band selection
18 $File: MmiBand.h 18 $File: MmiBand.h
19 $Revision: 1.0 19 $Revision: 1.0
20 20
21 $Author: Condat(UK) 21 $Author: Condat(UK)
22 $Date: 03/04/02 22 $Date: 03/04/02
23 23
24 ******************************************************************************** 24 ********************************************************************************
25 25
26 Description: 26 Description:
27 27
28 This provides the start code for the MMI 28 This provides the start code for the MMI
29 29
30 ******************************************************************************** 30 ********************************************************************************
31 $History: MmiBand.h 31 $History: MmiBand.h
32 32
33 03/04/02 Original Condat(UK) BMI version. 33 03/04/02 Original Condat(UK) BMI version.
34 34
35 $End 35 $End
36 36
37 *******************************************************************************/ 37 *******************************************************************************/
38 38
39 39
40 40
41 41
42 /******************************************************************************* 42 /*******************************************************************************
43 43
44 Include files 44 Include files
45 45
46 *******************************************************************************/ 46 *******************************************************************************/
47 #include "mfw_mnu.h" 47 #include "mfw_mnu.h"
48 48
49 /******************************************************************************* 49 /*******************************************************************************
50 50
51 Prototypes 51 Prototypes
52 52
53 *******************************************************************************/ 53 *******************************************************************************/
54 54
55 /*display radio mode/type status*/ 55 /*display radio mode/type status*/
56 int mmi_band_radio_mode_info(MfwMnu* m, MfwMnuItem* i); 56 int mmi_band_radio_mode_info(MfwMnu* m, MfwMnuItem* i);
57 57