diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-04-10 17:01:01 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-04-10 17:01:01 +0200 |
commit | 9642354668f0555f125a6684a63d7ec30c427960 (patch) | |
tree | 464247974ab548481fd3c6096505e12467587e19 /src/exif_nikon.h | |
parent | cc1ff85ee6f121fcd379fb981217a92b0c4227c9 (diff) |
src/exif*: follow feh indentation
Diffstat (limited to 'src/exif_nikon.h')
-rw-r--r-- | src/exif_nikon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exif_nikon.h b/src/exif_nikon.h index 16e8fb9..49d14b6 100644 --- a/src/exif_nikon.h +++ b/src/exif_nikon.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 exn_get_mnote_nikon_tags(ExifData *ed, unsigned int tag, char * buffer, unsigned int maxsize); +extern void exn_get_mnote_nikon_tags(ExifData * ed, unsigned int tag, + char *buffer, unsigned int maxsize); #endif |