diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-06 07:15:46 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-06 07:15:46 +0000 |
commit | fbc24da8de2d08f262e51ceb3fd1ff3b48c0c482 (patch) | |
tree | cfe60d7afcb41080e9c42dd0c60f5930e224b043 | |
parent | dbd9eb87691d2d101718d522b381e54f01146316 (diff) | |
download | lcd4linux-fbc24da8de2d08f262e51ceb3fd1ff3b48c0c482.tar.gz |
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@947 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | drv_picoLCD.c | 3 |
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]; |