From e0ca0595885e2e324eefe4f32cde6d65e61e6e28 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 19 Dec 2008 17:09:38 -0800 Subject: Staging: epl: run Lindent on *.h files It's a start, still a mess... Cc: Daniel Krueger Cc: Ronald Sieber Signed-off-by: Greg Kroah-Hartman --- drivers/staging/epl/EplDllCal.h | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'drivers/staging/epl/EplDllCal.h') diff --git a/drivers/staging/epl/EplDllCal.h b/drivers/staging/epl/EplDllCal.h index d8bf7311bfd..24460087e98 100644 --- a/drivers/staging/epl/EplDllCal.h +++ b/drivers/staging/epl/EplDllCal.h @@ -66,13 +66,11 @@ 2006/06/20 d.k.: start of the implementation, version 1.00 - ****************************************************************************/ #ifndef _EPL_DLLCAL_H_ #define _EPL_DLLCAL_H_ - //--------------------------------------------------------------------------- // const defines //--------------------------------------------------------------------------- @@ -105,18 +103,16 @@ // typedef //--------------------------------------------------------------------------- -typedef struct -{ - tEplDllAsndServiceId m_ServiceId; - tEplDllAsndFilter m_Filter; +typedef struct { + tEplDllAsndServiceId m_ServiceId; + tEplDllAsndFilter m_Filter; } tEplDllCalAsndServiceIdFilter; -typedef struct -{ - tEplDllReqServiceId m_Service; - unsigned int m_uiNodeId; - BYTE m_bSoaFlag1; +typedef struct { + tEplDllReqServiceId m_Service; + unsigned int m_uiNodeId; + BYTE m_bSoaFlag1; } tEplDllCalIssueRequest; @@ -124,8 +120,4 @@ typedef struct // function prototypes //--------------------------------------------------------------------------- - - -#endif // #ifndef _EPL_DLLKCAL_H_ - - +#endif // #ifndef _EPL_DLLKCAL_H_ -- cgit v1.2.3