From 94cccadce1b921992b7b93ffba9acc0c64bb4992 Mon Sep 17 00:00:00 2001 From: michux Date: Mon, 6 Apr 2009 20:30:42 +0000 Subject: indent git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1024 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_ShuttleVFD.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'drv_ShuttleVFD.c') diff --git a/drv_ShuttleVFD.c b/drv_ShuttleVFD.c index 5eb4268..24fc434 100644 --- a/drv_ShuttleVFD.c +++ b/drv_ShuttleVFD.c @@ -127,9 +127,8 @@ static int drv_ShuttleVFD_open(void) for (bus = usb_get_busses(); bus != NULL; bus = bus->next) { for (dev = bus->devices; dev != NULL; dev = dev->next) { - if (dev->descriptor.idVendor == vendor_id && ( - (dev->descriptor.idProduct == SHUTTLE_VFD_PRODUCT_ID1) || - (dev->descriptor.idProduct == SHUTTLE_VFD_PRODUCT_ID2))) { + if (dev->descriptor.idVendor == vendor_id && ((dev->descriptor.idProduct == SHUTTLE_VFD_PRODUCT_ID1) || + (dev->descriptor.idProduct == SHUTTLE_VFD_PRODUCT_ID2))) { unsigned int v = dev->descriptor.bcdDevice; @@ -233,7 +232,7 @@ static void drv_ShuttleVFD_write(const int row, const int col, const char *data, static void drv_ShuttleVFD_defchar(const int ascii, const unsigned char *matrix) { - (void)matrix; + (void) matrix; debug("%s: not available (ascii=%d)", Name, ascii); } -- cgit v1.2.3