summaryrefslogtreecommitdiff
path: root/libgphoto2/exif.c
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 /libgphoto2/exif.c
parentaf2c0e0558e78cae06371abef36f43ca74a9c5c0 (diff)
downloadlibgphoto2-456a1d598bccc260b233d2e91c469be452e0fbef.tar.gz
Remove trailing whitespace from all *.h and *.c files.
Diffstat (limited to 'libgphoto2/exif.c')
-rw-r--r--libgphoto2/exif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2/exif.c b/libgphoto2/exif.c
index cd5795909..2297edab7 100644
--- a/libgphoto2/exif.c
+++ b/libgphoto2/exif.c
@@ -31,7 +31,7 @@
/*
* Gets the thumbnail of an EXIF image.
* The thumbnail size is provided
- *
+ *
* No longer provided, use libexif directly please.
*/
unsigned char *gpi_exif_get_thumbnail_and_size(void *exifdat, long *size) { return NULL; }