diff src/ui/mfw/mfw_acie.c @ 188:92abb46dc1ba

src/ui/mfw/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Jan 2021 06:10:27 +0000
parents 67bfe9f274f6
children
line wrap: on
line diff
--- a/src/ui/mfw/mfw_acie.c	Tue Jan 19 05:41:26 2021 +0000
+++ b/src/ui/mfw/mfw_acie.c	Tue Jan 19 06:10:27 2021 +0000
@@ -12,20 +12,20 @@
 
 
    $History:: mfw_acie.c                                              $
- * 
+ *
  * *****************  Version 8  *****************
  * User: Es           Date: 2.03.00    Time: 16:04
  * Updated in $/GSM/Condat/MS/SRC/MFW
  * some cleanups
- * 
+ *
  * *****************  Version 7  *****************
  * User: Vo           Date: 12.02.99   Time: 18:59
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 6  *****************
  * User: Es           Date: 8.12.98    Time: 16:53
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 5  *****************
  * User: Vo           Date: 24.11.98   Time: 21:40
  * Updated in $/GSM/DEV/MS/SRC/MFW
@@ -118,7 +118,7 @@
   TRACE_FUNCTION ("aci_create()");
 
 
-  /* changes to resolve the BUG OMAPS00064964, checking wether the 
+  /* changes to resolve the BUG OMAPS00064964, checking wether the
    *  callbacks are registered twice.
   */
   for (i=0;i<MAX_ACI_HANDLER;i++)
@@ -196,7 +196,7 @@
        * extension handler is installed; pass 32 bit opcode to primitive
        * handling function; note that the MFW functions are similar to pei_primitive
        * of aci_pei.c and as a loop is used and thus any primitive is parsed, the casting
-       * to 32 bit opcodes needs to be performed inside those handling functions 
+       * to 32 bit opcodes needs to be performed inside those handling functions
        * which handle still 16bit SAPs
        */
       if (aci_ext_handler[i].prim_handler(opc, data))
@@ -206,7 +206,7 @@
         return TRUE;
     }
   }
-#ifdef _SIMULATION_ 
+#ifdef _SIMULATION_
 #ifdef BT_INTERFACE
 if(!pSlotBt)
 {