diff src/ui/mfw/mfw_mfw.h @ 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_mfw.h	Tue Jan 19 05:41:26 2021 +0000
+++ b/src/ui/mfw/mfw_mfw.h	Tue Jan 19 06:10:27 2021 +0000
@@ -17,15 +17,15 @@
    $History:: mfw_mfw.h                                             $
 
 	Sep 14, 2007	REF: OMAPS00145866  Adrian Salido
-	Description:	FT - MMI: Wrong trace class 
-	Solution:		Added some event trace function so that internal event traces for events that 
+	Description:	FT - MMI: Wrong trace class
+	Solution:		Added some event trace function so that internal event traces for events that
 					are too low for non-MMI people and against TI coding convention.
-    
+
  * *****************  Version 14  *****************
 	Dec 22, 2005    REF: ENH  xdeepadh
 	Description: Image Viewer Application
 	Solution: Implemeted the Image Viewer  to view the jpeg images
-	
+
 * Dec 22, 2004 REF: CRR MFW-SPR-27847 xnkulkar
 * Description: MFW memory size variable changed from U16 -> U32
 * Solution: The use of variable U16 has been replaced with U32
@@ -97,8 +97,8 @@
 #ifndef _DEF_MFW_MFW_H_
 #define _DEF_MFW_MFW_H_
 
-/* 
-	x0083025 on Sep 14, 2007 for OMAPS00145866 (adrian) 
+/*
+	x0083025 on Sep 14, 2007 for OMAPS00145866 (adrian)
 	MMI Internal Development trace events replacement
 */
 #include "vsi.h"		/* for TRACE_FUNCTION dependency */
@@ -140,14 +140,14 @@
 #define TIMER_STOP(C,I)            vsi_t_stop_nc(I)
 #define TIMER_STATUS(C,I,T)        vsi_t_status_nc(I,T)
 #define SUSPEND_SELF(C,T)          vsi_t_sleep_nc(T)
-#define SYSTEM_TIME(C,T)           vsi_t_time_nc(T)               
+#define SYSTEM_TIME(C,T)           vsi_t_time_nc(T)
 #else /* TI_PS_OP_VSI_NO_CALL_ID */
 #define TIMER_START(C,I,T)         vsi_t_start(C,I,T)
 #define TIMER_PSTART(C,I,T,R)      vsi_t_pstart(C,I,T,R)
 #define TIMER_STOP(C,I)            vsi_t_stop(C,I)
 #define TIMER_STATUS(C,I,T)        vsi_t_status(C,I,T)
 #define SUSPEND_SELF(C,T)          vsi_t_sleep(C,T)
-#define SYSTEM_TIME(C,T)           vsi_t_time(C,T)               
+#define SYSTEM_TIME(C,T)           vsi_t_time(C,T)
 #endif /* TI_PS_OP_VSI_NO_CALL_ID */
 
 
@@ -215,7 +215,7 @@
 #endif
    MfwTypCt,                           /* camera test handling*/
 
-#ifdef FF_MMI_FILEMANAGER	
+#ifdef FF_MMI_FILEMANAGER
  MfwTypfm,
 #endif
     MfwTypMax                           /* end of types (last !!)   */
@@ -255,7 +255,7 @@
 // Description: MFW memory size variable changed from U16 -> U32
 // Solution: The use of variable U16 has been replaced with U32
 
-MfwRes mfwInit (void *externalRoot, U32 dynMemSize); 
+MfwRes mfwInit (void *externalRoot, U32 dynMemSize);
 void mfwExit (void);
 MfwHdr *mfwAppend (MfwHdr **h, MfwHdr *e);
 MfwHdr **mfwRemove (MfwHdr *e);