[vlc-commits] logger/console: fix indent

Thomas Guillem git at videolan.org
Fri Oct 21 16:30:58 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Oct 21 16:22:49 2016 +0200| [efd04637ada8088a05209694e5f4494d21eb5a18] | committer: Thomas Guillem

logger/console: fix indent

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

 modules/logger/console.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/logger/console.c b/modules/logger/console.c
index ce2ab82..1462747 100644
--- a/modules/logger/console.c
+++ b/modules/logger/console.c
@@ -95,7 +95,7 @@ static vlc_log_cb Open(vlc_object_t *obj, void **sysp)
         if (str != NULL)
            verbosity = atoi(str);
         else
-            verbosity = var_InheritInteger(obj, "verbose");
+           verbosity = var_InheritInteger(obj, "verbose");
     }
 
     if (verbosity < 0)



More information about the vlc-commits mailing list