From 766ca01f0d6c963a1f19527ae1d059b847cbfbe4 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 12 Jan 2014 17:26:29 -0500 Subject: [PATCH] whitespace fixes. --- backend_common.c | 4 ++-- backend_common.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend_common.c b/backend_common.c index 8a7c22a..0179129 100644 --- a/backend_common.c +++ b/backend_common.c @@ -4,9 +4,9 @@ * (c) 2013 Solomon Peachy * * The latest version of this program can be found at: - * + * * http://git.shaftnet.org/cgit/selphy_print.git - * + * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) diff --git a/backend_common.h b/backend_common.h index 935a2e6..24a8293 100644 --- a/backend_common.h +++ b/backend_common.h @@ -4,9 +4,9 @@ * (c) 2013 Solomon Peachy * * The latest version of this program can be found at: - * + * * http://git.shaftnet.org/cgit/selphy_print.git - * + * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) @@ -128,7 +128,7 @@ struct dyesub_backend { }; /* Exported functions */ -int send_data(struct libusb_device_handle *dev, uint8_t endp, +int send_data(struct libusb_device_handle *dev, uint8_t endp, uint8_t *buf, int len); int read_data(struct libusb_device_handle *dev, uint8_t endp, uint8_t *buf, int buflen, int *readlen);