Pass through indent. Whitespace change only.

This commit is contained in:
mmdolze
2010-01-23 17:54:09 +00:00
parent c9623a72da
commit ed3aabd77b
+7 -3
View File
@@ -4,8 +4,9 @@
* 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
* COPYING file distributed with this package.
@@ -90,7 +91,10 @@ hd_init_lcd2usb(Driver *drvthis)
if ((dev->descriptor.idVendor == LCD2USB_VENDORID) &&
(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);
if (p->usbHandle == NULL) {
report(RPT_WARNING, "hd_init_lcd2usb: unable to open device");