Pass through indent. Whitespace change only.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user