diff src/ui/mfw/mfw_sima.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_sima.c	Tue Jan 19 05:41:26 2021 +0000
+++ b/src/ui/mfw/mfw_sima.c	Tue Jan 19 06:10:27 2021 +0000
@@ -87,7 +87,7 @@
 #endif  /* NEPTUNE_BOARD */
 /* End - remove warning Aug - 11 */
 
-    
+
 T_MFW_READ_CALLBACK read_callback_data;
 
 // Shashi Shekar B.S., a0876501, Jan 16, 2006, DR: OMAPS00061460
@@ -167,7 +167,7 @@
   {
     simShrdPrm.atb[table_id].ntryUsdFlg = TRUE;
     simShrdPrm.atb[table_id].accType    = ACT_RD_DAT;
-    // R99 SIM Interface changes . Indicates whether path_info variable has valid values 
+    // R99 SIM Interface changes . Indicates whether path_info variable has valid values
     simShrdPrm.atb[table_id].v_path_info  = FALSE;
     simShrdPrm.atb[table_id].reqDataFld = data_id;
     simShrdPrm.atb[table_id].dataOff    = 0;
@@ -194,9 +194,9 @@
 +----------------------------------------------------------------------+
 
 
-   PURPOSE :   Request to read SIM card EF IMG. This is separated from the 
-			   above SIM read function as we have to specify the record number 
-			   also while reading the EF record & we dont want this functionality 
+   PURPOSE :   Request to read SIM card EF IMG. This is separated from the
+			   above SIM read function as we have to specify the record number
+			   also while reading the EF record & we dont want this functionality
 			   for Lite variants.
 
 */
@@ -213,7 +213,7 @@
   {
     simShrdPrm.atb[table_id].ntryUsdFlg = TRUE;
     simShrdPrm.atb[table_id].accType    = ACT_RD_REC;
-    // R99 SIM Interface changes. Indicates whether path_info variable has valid values 
+    // R99 SIM Interface changes. Indicates whether path_info variable has valid values
     simShrdPrm.atb[table_id].v_path_info  = FALSE;
     simShrdPrm.atb[table_id].reqDataFld = sim_icon_read_param -> data_id;
     simShrdPrm.atb[table_id].dataOff    = sim_icon_read_param -> offset;
@@ -254,11 +254,11 @@
 
 // Shashi Shekar B.S., a0876501, Jan 16, 2006, DR: OMAPS00061460
 #ifdef FF_MMI_SAT_ICON
-    /* If we are reading the image data contents, 
+    /* If we are reading the image data contents,
     we dont need to enter the switch statement */
     if (read_image_instance_file)
 	{
-		sim_img_instance_data_cnf(simShrdPrm.atb[table_id].errCode, 
+		sim_img_instance_data_cnf(simShrdPrm.atb[table_id].errCode,
 			simShrdPrm.atb[table_id].exchData);
         return;
 	}
@@ -270,7 +270,7 @@
 #ifdef FF_MMI_SAT_ICON
     /* EF-IMG contents */
     case SIM_IMG:
-      sim_img_cnf(simShrdPrm.atb[table_id].errCode, simShrdPrm.atb[table_id].recNr, 
+      sim_img_cnf(simShrdPrm.atb[table_id].errCode, simShrdPrm.atb[table_id].recNr,
 		  (UBYTE *)simShrdPrm.atb[table_id].exchData);
       break;
 #endif
@@ -325,7 +325,7 @@
   {
     simShrdPrm.atb[table_id].ntryUsdFlg = TRUE;
     simShrdPrm.atb[table_id].accType    = ACT_WR_DAT;
-    //R99 Sim Interface changes. Indicates whether path_info variable has valid values 
+    //R99 Sim Interface changes. Indicates whether path_info variable has valid values
     simShrdPrm.atb[table_id].v_path_info  = FALSE;
     simShrdPrm.atb[table_id].reqDataFld = data_id;
     simShrdPrm.atb[table_id].dataOff    = 0;