From 516ac7bcc76124989626bec2fff6e5a5333bf26e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <cboesch@gopro.com>
Date: Tue, 5 Sep 2017 12:45:20 +0200
Subject: [PATCH] build: consistent spacing between lists (cosmetics)

---
 configure | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure b/configure
index f7558f69987..2f3fa2ba3de 100755
--- a/configure
+++ b/configure
@@ -1439,9 +1439,11 @@ AVDEVICE_COMPONENTS="
     indevs
     outdevs
 "
+
 AVFILTER_COMPONENTS="
     filters
 "
+
 AVFORMAT_COMPONENTS="
     demuxers
     muxers
@@ -1449,6 +1451,7 @@ AVFORMAT_COMPONENTS="
 "
 
 AVRESAMPLE_COMPONENTS=""
+
 AVUTIL_COMPONENTS=""
 
 COMPONENT_LIST="
@@ -1483,6 +1486,7 @@ EXAMPLE_LIST="
     transcode_aac_example
     transcoding_example
 "
+
 EXTERNAL_AUTODETECT_LIBRARY_LIST="
     alsa
     bzlib
@@ -1592,6 +1596,7 @@ EXTERNAL_LIBRARY_LIST="
     opengl
     videotoolbox
 "
+
 HWACCEL_AUTODETECT_LIBRARY_LIST="
     audiotoolbox
     crystalhd
-- 
GitLab