aboutsummaryrefslogtreecommitdiffstats
path: root/drv_picoLCD.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-06 07:15:46 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-06 07:15:46 +0000
commitfbc24da8de2d08f262e51ceb3fd1ff3b48c0c482 (patch)
treecfe60d7afcb41080e9c42dd0c60f5930e224b043 /drv_picoLCD.c
parentdbd9eb87691d2d101718d522b381e54f01146316 (diff)
downloadlcd4linux-fbc24da8de2d08f262e51ceb3fd1ff3b48c0c482.tar.gz
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@947 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_picoLCD.c')
-rw-r--r--drv_picoLCD.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drv_picoLCD.c b/drv_picoLCD.c
index 7b6fb75..8a2bc57 100644
--- a/drv_picoLCD.c
+++ b/drv_picoLCD.c
@@ -207,7 +207,8 @@ static int drv_pL_backlight(int backlight)
#define _USBLCD_MAX_DATA_LEN 24
#define IN_REPORT_KEY_STATE 0x11
-static int drv_pL_gpi(__attribute__ ((unused)) int num)
+static int drv_pL_gpi( __attribute__ ((unused))
+ int num)
{
int ret;
unsigned char read_packet[_USBLCD_MAX_DATA_LEN];