diff src/ui/bmi/mmiSmsBroadcast.h @ 124:073242ccbb63

mmiSms*.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 06:08:42 +0000
parents c0052fe355d3
children 62480f597962
line wrap: on
line diff
--- a/src/ui/bmi/mmiSmsBroadcast.h	Tue Nov 10 06:01:15 2020 +0000
+++ b/src/ui/bmi/mmiSmsBroadcast.h	Tue Nov 10 06:08:42 2020 +0000
@@ -80,7 +80,7 @@
 /*********************************************************************
 **********************************************************************
 
-			cell broadcast fifo & lists declaration
+            cell broadcast fifo & lists declaration
 
 *********************************************************************
 **********************************************************************/
@@ -93,7 +93,7 @@
     SHORT           msg_id;              /* message identification          */
     T_SMSCB_STATUS status;              /* Read status of this message.    */
     CHAR            name[CB_TAG_LENGTH]; /* Alphanumeric message tag.       */
-    CHAR          * text;	         /* Pointer to cell broadcast msg   */
+    CHAR          * text;            /* Pointer to cell broadcast msg   */
 } T_SMS_CB_ATT;
 
 /* Cell Broadcast message list. */
@@ -132,14 +132,14 @@
 
 ////////////////////////////////////////////////////////////////////////////////////////
 
-	// The CB fifo is organized over the
-	// 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
-	// 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
+    // The CB fifo is organized over the
+    // 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
+    // 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
 
 /* Stored Cell Broadcast message attributes. */
 typedef struct
@@ -148,14 +148,14 @@
     USHORT          mid;              /* message identification          */
     UBYTE           dcs;                 /* data coding scheme              */
     UBYTE           page;                /* number of this page             */
-    UBYTE           pages;              	 /* number of total pages           */
-    UBYTE           msg_len;        	    /* length of short message         */
-    T_SMSCB_STATUS status;       	       /* Read status of this message.    */
-  	/*SPR 1920, removed name field*/
-	UBYTE 	    	 next_link;
-	/*SPR 1920, memory for header string now dynamically allocated as needed*/
-	char*			 header/*[25]*/; //header information for the menu list
-	UBYTE 	    	 start_page; //indicate the first page of the multipage; need for the menu list
+    UBYTE           pages;                   /* number of total pages           */
+    UBYTE           msg_len;                /* length of short message         */
+    T_SMSCB_STATUS status;                 /* Read status of this message.    */
+    /*SPR 1920, removed name field*/
+    UBYTE            next_link;
+    /*SPR 1920, memory for header string now dynamically allocated as needed*/
+    char*            header/*[25]*/; //header information for the menu list
+    UBYTE            start_page; //indicate the first page of the multipage; need for the menu list
 } T_SMSCB_ATT;
 
 T_MFW smscb_setCBsettings(UBYTE State);