diff src/ui/bmi/mmiSmsBroadcast.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 073242ccbb63
line wrap: on
line diff
--- a/src/ui/bmi/mmiSmsBroadcast.h	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiSmsBroadcast.h	Sun Nov 08 06:39:16 2020 +0000
@@ -97,14 +97,14 @@
 } T_SMS_CB_ATT;
 
 /* Cell Broadcast message list. */
-typedef struct 
+typedef struct
 {
     int length; /* actual number of entries */
     T_SMS_CB_ATT entry[MAX_MIDS];
 } T_SMSCB_LIST;
 
 /* Cell Broadcast topics attributes. */
-typedef struct 
+typedef struct
 {
     USHORT       msg_id;              /* Message identifier.             */
     SHORT        dcs;                 /* data coding scheme              */
@@ -112,7 +112,7 @@
 } T_SMSCB_TOPICS_ENTRY;
 
 /* Cell Broadcast topics list. */
-typedef struct 
+typedef struct
 {
     int length; /* actual number of entries */
     T_SMSCB_TOPICS_ENTRY entry[MAX_MIDS];
@@ -121,7 +121,7 @@
 /*SPR 1920, removed defn of T_SMSCB_CLASS_0_MSG, not used*/
 /* class 0 Cell Broadcast Message */
 /* storage for Cell Broadcast lists */
-typedef struct 
+typedef struct
 {
     T_SMSCB_TOPICS      CBTopics;                         /* list of topics to be received */
     /*SPR 1920 removed SmsCbInfo, smsCBList, and Class0CBMessage from structure*/
@@ -136,7 +136,7 @@
 	// link list. The "used_pointer" is giving the
 	// starting point of the CB-fifo list. The "next_xxx"
 	// is giving the link to the next pointer and so on.
-	// used_pointer = FF means ->no cb messages stored 
+	// used_pointer = FF means ->no cb messages stored
 	// next_used   = FF means ->end of the cb messages list.
 	// free_pointer = FF means ->no free spaces !
 	// next_used   = FF means ->end of the free spaces list