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/EplLed.h | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'drivers/staging/epl/EplLed.h') diff --git a/drivers/staging/epl/EplLed.h b/drivers/staging/epl/EplLed.h index 390d6db35ab..6a29aed303a 100644 --- a/drivers/staging/epl/EplLed.h +++ b/drivers/staging/epl/EplLed.h @@ -66,39 +66,27 @@ 2008/11/17 d.k.: start of the implementation - ****************************************************************************/ - #ifndef _EPLLED_H_ #define _EPLLED_H_ - //--------------------------------------------------------------------------- // const defines //--------------------------------------------------------------------------- - //--------------------------------------------------------------------------- // typedef //--------------------------------------------------------------------------- - -typedef enum -{ - kEplLedTypeStatus = 0x00, - kEplLedTypeError = 0x01, +typedef enum { + kEplLedTypeStatus = 0x00, + kEplLedTypeError = 0x01, } tEplLedType; - - - //--------------------------------------------------------------------------- // function prototypes //--------------------------------------------------------------------------- - -#endif // #ifndef _EPLLED_H_ - - +#endif // #ifndef _EPLLED_H_ -- cgit v1.2.3