summaryrefslogtreecommitdiff
path: root/src/exif_canon.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-04-10 17:01:01 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-04-10 17:01:01 +0200
commit9642354668f0555f125a6684a63d7ec30c427960 (patch)
tree464247974ab548481fd3c6096505e12467587e19 /src/exif_canon.h
parentcc1ff85ee6f121fcd379fb981217a92b0c4227c9 (diff)
src/exif*: follow feh indentation
Diffstat (limited to 'src/exif_canon.h')
-rw-r--r--src/exif_canon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exif_canon.h b/src/exif_canon.h
index d8682c3..58ecc0e 100644
--- a/src/exif_canon.h
+++ b/src/exif_canon.h
@@ -28,6 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <libexif/exif-data.h>
-extern void exc_get_mnote_canon_tags(ExifData *ed, unsigned int tag, char * buffer, unsigned int maxsize);
+extern void exc_get_mnote_canon_tags(ExifData * ed, unsigned int tag,
+ char *buffer, unsigned int maxsize);
#endif