diff --git a/libavcodec/exif.c b/libavcodec/exif.c
index 9b3e8cbab1fc9d2d1430780ed06dd758a1a0d9bd..984adafd10e6de311c3812993c75724eaea73ce1 100644
--- a/libavcodec/exif.c
+++ b/libavcodec/exif.c
@@ -108,7 +108,7 @@ static int exif_decode_tag(AVCodecContext *avctx, GetByteContext *gbytes, int le
 
 
 int avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le,
-                       int depth, AVDictionary **metadata)
+                           int depth, AVDictionary **metadata)
 {
     int i, ret;
     int entries;
diff --git a/libavcodec/exif.h b/libavcodec/exif.h
index e673dc031118b91d5dfce5754bbfb4a0782e80ab..2f509ba1e9c69301ddcaa2efe5e0fd56d669e9af 100644
--- a/libavcodec/exif.h
+++ b/libavcodec/exif.h
@@ -165,6 +165,6 @@ static const struct exif_tag tag_list[] = { // JEITA CP-3451 EXIF specification:
 /** Recursively decodes all IFD's and
  *  adds included TAGS into the metadata dictionary. */
 int avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le,
-                       int depth, AVDictionary **metadata);
+                           int depth, AVDictionary **metadata);
 
 #endif /* AVCODEC_EXIF_H */