diff src/ui/bmi/mmiBookUtils.h @ 100:609eb8031c17

mmiBook*.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 22:53:20 +0000
parents c0052fe355d3
children 62480f597962
line wrap: on
line diff
--- a/src/ui/bmi/mmiBookUtils.h	Sun Nov 08 08:33:36 2020 +0000
+++ b/src/ui/bmi/mmiBookUtils.h	Sun Nov 08 22:53:20 2020 +0000
@@ -3,7 +3,7 @@
 
 /*******************************************************************************
 
-					CONDAT (UK)
+                    CONDAT (UK)
 
 ********************************************************************************
 
@@ -12,14 +12,14 @@
 
 ********************************************************************************
 
- $Project name:	Basic MMI
- $Project code:	BMI (6349)
- $Module:		PhoneBook
- $File:		    MmiBookUtils.h
- $Revision:		1.0
+ $Project name: Basic MMI
+ $Project code: BMI (6349)
+ $Module:       PhoneBook
+ $File:         MmiBookUtils.h
+ $Revision:     1.0
 
- $Author:		Condat(UK)
- $Date:		    25/10/00
+ $Author:       Condat(UK)
+ $Date:         25/10/00
 
 ********************************************************************************
 
@@ -32,7 +32,7 @@
 
  $History: MmiBookUtils.h
 
-	25/10/00			Original Condat(UK) BMI version.
+    25/10/00            Original Condat(UK) BMI version.
 
  $End
 
@@ -127,10 +127,10 @@
 // GW - Changed colour from 8 bits (foreground) to 2x32bits fgd and bgd
 void bookSetEditAttributes(
     int editZone,
-	U32  colindex,
-	U8  font,  U8  mode,  U8  *controls,
-	char *text,   U16 size,
-	MfwEdtAttr*   attr);
+    U32  colindex,
+    U8  font,  U8  mode,  U8  *controls,
+    char *text,   U16 size,
+    MfwEdtAttr*   attr);
 #endif
 
 /* Memory allocation and freeing functions
@@ -149,18 +149,18 @@
 
    Sample usage:
 
-		tStructure *ptr;
+        tStructure *ptr;
 
         if ( ( ptr = (tStructure *) bookMemAlloc( sizeof(tStructure) ) ) != NULL )
-		{
-			// use the allocated memory
-			//
-			...
+        {
+            // use the allocated memory
+            //
+            ...
 
-			// free the memory
-			//
-			bookMemFree( &ptr );
-		}
+            // free the memory
+            //
+            bookMemFree( &ptr );
+        }
 */
 void *bookMemAlloc( long int NumBytes );
 void bookMemFree( void **Pointer );
@@ -183,7 +183,7 @@
 /* SPR#1112 - SH - Internal phonebook use */
 #ifdef INT_PHONEBOOK
 void bookChangePB(T_MFW_HND win, UBYTE identifier, UBYTE reason);
-UBYTE bookCopy( T_MFW_PHB_ENTRY *entry, T_MFW_PHB_STATUS	*destStatus, T_MFW_PHB_STATUS	*srcStatus, UBYTE move);
+UBYTE bookCopy( T_MFW_PHB_ENTRY *entry, T_MFW_PHB_STATUS    *destStatus, T_MFW_PHB_STATUS   *srcStatus, UBYTE move);
 void bookCopySingle(T_MFW_HND win, UBYTE identifier, UBYTE reason);
 void bookCopyMultiple(T_MFW_HND win, UBYTE move, UBYTE reason);
 #endif