diff --git a/doc/muxers.texi b/doc/muxers.texi
index 44931e7307ced8410a3af5b10a985273fd0d76ae..c56330fcee4fee8d4cf9b7e0411476606218656b 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -243,8 +243,7 @@ Start the playlist sequence number from @var{number}. Default value is
 0.
 
 @item hls_allow_cache @var{allowcache}
-Explicitly set whether the client MAY (1) or MUST NOT (0) cache media
-segments.
+Explicitly set whether the client MAY (1) or MUST NOT (0) cache media segments.
 
 @item hls_base_url @var{baseurl}
 Append @var{baseurl} to every entry in the playlist.
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 1d70621573e0f9da0a788d3edba91229b1bff616..b5535727bce95b966ead9abaea66a90dd342f696 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -61,7 +61,6 @@ typedef struct HLSContext {
     uint32_t flags;        // enum HLSFlags
 
     int allowcache;
-
     int64_t recording_time;
     int has_video;
     int64_t start_pts;
diff --git a/libavformat/version.h b/libavformat/version.h
index 2835f05cabb8ef44c3f8d30ccd890b712424a6c6..be2817e90de69e56ee94f24f6b41165071c7510b 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
 
 #define LIBAVFORMAT_VERSION_MAJOR 56
 #define LIBAVFORMAT_VERSION_MINOR  7
-#define LIBAVFORMAT_VERSION_MICRO 102
+#define LIBAVFORMAT_VERSION_MICRO 103
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
                                                LIBAVFORMAT_VERSION_MINOR, \