From 87535e87e7a814bdda3d550c4f2c243a6c2d3270 Mon Sep 17 00:00:00 2001 From: Kai Lauterbach Date: Tue, 29 Nov 2011 19:35:07 +0100 Subject: [PATCH] Just code formated. --- client/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/test.c b/client/test.c index e94047c..493a6ef 100644 --- a/client/test.c +++ b/client/test.c @@ -92,7 +92,7 @@ int cnt, vid, pid; cnt = usb_control_msg(handle, USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_ENDPOINT_OUT, CUSTOM_RQ_SET_STATUS, v, 0, buffer, 0, 5000); if (cnt < 0) { - if(usbOpenDevice(&handle, vid, vendor, pid, product, NULL, NULL, NULL) != 0){ + if (usbOpenDevice(&handle, vid, vendor, pid, product, NULL, NULL, NULL) != 0){ fprintf(stderr, "Could not find USB device \"%s\" with vid=0x%x pid=0x%x\n", product, vid, pid); exit(1); }