[vlc-commits] input/access: remove trailing whitespace

Filip Roséen git at videolan.org
Tue Aug 2 15:47:20 CEST 2016


vlc | branch: master | Filip Roséen <filip at atch.se> | Mon Aug  1 10:52:46 2016 +0200| [060fa612729263bbe2ebf1437de0c1c5533611df] | committer: Jean-Baptiste Kempf

input/access: remove trailing whitespace

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 src/input/access.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/input/access.c b/src/input/access.c
index 5c0cbf9..7aa055e 100644
--- a/src/input/access.c
+++ b/src/input/access.c
@@ -603,7 +603,7 @@ void access_fsdir_init(struct access_fsdir *p_fsdir,
     p_fsdir->psz_ignored_exts = var_InheritString(p_access, "ignore-filetypes");
     p_fsdir->psz_sort = var_InheritString(p_access, "directory-sort");
     bool b_autodetect = var_InheritBool(p_access, "sub-autodetect-file");
-    p_fsdir->i_sub_autodetect_fuzzy = !b_autodetect ? 0 : 
+    p_fsdir->i_sub_autodetect_fuzzy = !b_autodetect ? 0 :
         var_InheritInteger(p_access, "sub-autodetect-fuzzy");
     TAB_INIT(p_fsdir->i_slaves, p_fsdir->pp_slaves);
 }



More information about the vlc-commits mailing list