diff src/ui/bmi/mmiGame.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 00766e95ae43
line wrap: on
line diff
--- a/src/ui/bmi/mmiGame.h	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiGame.h	Sun Nov 08 06:39:16 2020 +0000
@@ -5,34 +5,34 @@
 
 					CONDAT (UK)
 
-********************************************************************************                                                                              
+********************************************************************************
 
  This software product is the property of Condat (UK) Ltd and may not be
- disclosed to any third party without the express permission of the owner.                                 
-                                                                              
+ disclosed to any third party without the express permission of the owner.
+
 ********************************************************************************
 
- $Project name:	Basic MMI                                                      
- $Project code:	BMI (6349)                                                           
+ $Project name:	Basic MMI
+ $Project code:	BMI (6349)
  $Module:		Calculator
  $File:		    Mmigame.h
- $Revision:		1.0                                                       
-                                                                              
- $Author:		Condat(UK)                                                         
- $Date:		    03/07/01                                                      
-                                                                               
+ $Revision:		1.0
+
+ $Author:		Condat(UK)
+ $Date:		    03/07/01
+
 ********************************************************************************
-                                                                              
+
  Description:
 
    	 This provides the main game functionality
-                        
+
 ********************************************************************************
 
 *******************************************************************************
-                                                                              
+
                                 Include files
-                                                                              
+
 *******************************************************************************/
 
 
@@ -44,9 +44,9 @@
 extern T_MFW_HND four_in_a_row_start (T_MFW_HND win_parent,char *character);
 
 /*******************************************************************************
-                                                                              
+
                                 Interface types
-                                                                              
+
 *******************************************************************************/
 typedef enum
 {
@@ -54,9 +54,9 @@
 } GameInfo_events;
 
 /*******************************************************************************
-                                                                              
+
                                 Public methods
-                                                                              
+
 *******************************************************************************/
 
 /* pretty standard initialise, execute and exit methods
@@ -64,9 +64,9 @@
 int four_in_a_row_aktivate(MfwMnu* m, MfwMnuItem* i);
 
 /*******************************************************************************
-                                                                              
+
                                 End of File
-                                                                              
+
 *******************************************************************************/
 
 #endif