[Android] Compile: remove tabs

Jean-Baptiste Kempf git at videolan.org
Sat Nov 19 23:17:12 CET 2016


vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov 19 23:16:58 2016 +0100| [952aade6c4fa039f3b324e8af6864e2344021c65] | committer: Jean-Baptiste Kempf

Compile: remove tabs

> https://code.videolan.org/videolan/vlc-android/commit/952aade6c4fa039f3b324e8af6864e2344021c65
---

 compile.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/compile.sh b/compile.sh
index cc0bafa..7ca1a2d 100755
--- a/compile.sh
+++ b/compile.sh
@@ -60,9 +60,9 @@ while [ $# -gt 0 ]; do
         run)
             RUN=1
             ;;
-	--asan)
-	    ASAN=1
-	    ;;
+        --asan)
+            ASAN=1
+            ;;
         *)
             diagnostic "$0: Invalid option '$1'."
             diagnostic "$0: Try --help for more information."



More information about the Android mailing list