Pass through indent. Whitespace change only.

This commit is contained in:
mmdolze
2010-01-23 17:54:09 +00:00
parent c9623a72da
commit ed3aabd77b
+8 -4
View File
@@ -4,8 +4,9 @@
* See http://www.harbaum.org/till/lcd2usb. * See http://www.harbaum.org/till/lcd2usb.
*/ */
/* Copyright (C) 2007 Peter Marschall <peter@adpm.de> /*-
* 2007 Markus Dolze * Copyright (C) 2007 Peter Marschall <peter@adpm.de>
* 2007,2009 Markus Dolze
* *
* This file is released under the GNU General Public License. Refer to the * This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package. * COPYING file distributed with this package.
@@ -60,7 +61,7 @@ lcd2usb_HD44780_uPause(PrivateData *p, int usecs)
int int
hd_init_lcd2usb(Driver *drvthis) hd_init_lcd2usb(Driver *drvthis)
{ {
PrivateData *p = (PrivateData*) drvthis->private_data; PrivateData *p = (PrivateData *) drvthis->private_data;
struct usb_bus *bus; struct usb_bus *bus;
@@ -90,7 +91,10 @@ hd_init_lcd2usb(Driver *drvthis)
if ((dev->descriptor.idVendor == LCD2USB_VENDORID) && if ((dev->descriptor.idVendor == LCD2USB_VENDORID) &&
(dev->descriptor.idProduct == LCD2USB_PRODUCTID)) { (dev->descriptor.idProduct == LCD2USB_PRODUCTID)) {
/* LCD2USB device found; try to find its description */ /*
* LCD2USB device found; try to find its
* description
*/
p->usbHandle = usb_open(dev); p->usbHandle = usb_open(dev);
if (p->usbHandle == NULL) { if (p->usbHandle == NULL) {
report(RPT_WARNING, "hd_init_lcd2usb: unable to open device"); report(RPT_WARNING, "hd_init_lcd2usb: unable to open device");