[vlc-commits] filter_chain: reindent after code cleaning

Steve Lhomme git at videolan.org
Thu Nov 14 08:29:43 CET 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Nov 14 08:18:53 2019 +0100| [74fdb7c0cc4a8855d71526ad75c27db3079d89ff] | committer: Steve Lhomme

filter_chain: reindent after code cleaning

No functional change.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=74fdb7c0cc4a8855d71526ad75c27db3079d89ff
---

 src/misc/filter_chain.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/misc/filter_chain.c b/src/misc/filter_chain.c
index f66d2e4dde..bbf1c19f38 100644
--- a/src/misc/filter_chain.c
+++ b/src/misc/filter_chain.c
@@ -196,10 +196,10 @@ static filter_t *filter_chain_AppendInner( filter_chain_t *chain,
     filter_t *filter = &chained->filter;
 
     const es_format_t *fmt_in;
-        if( chain->last != NULL )
-            fmt_in = &chain->last->filter.fmt_out;
-        else
-            fmt_in = &chain->fmt_in;
+    if( chain->last != NULL )
+        fmt_in = &chain->last->filter.fmt_out;
+    else
+        fmt_in = &chain->fmt_in;
 
     if( fmt_out == NULL )
         fmt_out = &chain->fmt_out;



More information about the vlc-commits mailing list