summaryrefslogtreecommitdiff
path: root/camlibs/jl2005a/jl2005a.h
diff options
context:
space:
mode:
authorSiim Meerits <sh0@yutani.ee>2020-07-27 17:37:00 +0300
committerSiim Meerits <sh0@yutani.ee>2020-07-27 17:37:00 +0300
commit456a1d598bccc260b233d2e91c469be452e0fbef (patch)
treec1288655494c94292f6e2eb26d722958899c7107 /camlibs/jl2005a/jl2005a.h
parentaf2c0e0558e78cae06371abef36f43ca74a9c5c0 (diff)
downloadlibgphoto2-456a1d598bccc260b233d2e91c469be452e0fbef.tar.gz
Remove trailing whitespace from all *.h and *.c files.
Diffstat (limited to 'camlibs/jl2005a/jl2005a.h')
-rw-r--r--camlibs/jl2005a/jl2005a.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/camlibs/jl2005a/jl2005a.h b/camlibs/jl2005a/jl2005a.h
index 7b90cb7c8..4de7d5668 100644
--- a/camlibs/jl2005a/jl2005a.h
+++ b/camlibs/jl2005a/jl2005a.h
@@ -7,10 +7,10 @@
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
+ * Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
@@ -37,14 +37,14 @@ struct _CameraPrivateLibrary {
};
-int jl2005a_init (Camera *camera, GPPort *port,
+int jl2005a_init (Camera *camera, GPPort *port,
CameraPrivateLibrary *priv);
int jl2005a_get_pic_data_size (GPPort *port, int n);
int jl2005a_get_pic_width (GPPort *port);
int jl2005a_get_pic_height (GPPort *port);
int set_usb_in_endpoint (Camera *camera, int inep);
int jl2005a_read_picture_data ( Camera *camera,
- GPPort *port, unsigned char *data,
+ GPPort *port, unsigned char *data,
unsigned int size);
int jl2005a_reset (Camera *camera, GPPort *port);
int jl2005a_read_info_byte(GPPort *port, int n);