[vlc-commits] package/win32: Fix indentation

Marvin Scholz git at videolan.org
Fri Oct 11 13:46:12 CEST 2019


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Oct 11 13:10:16 2019 +0200| [27f7dfcc5aa636b98a5d24f9c6e3ce754f8fe2e6] | committer: Marvin Scholz

package/win32: Fix indentation

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

 extras/package/win32/build.sh | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index 92cb1e3d7a..0033265a1b 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -132,18 +132,18 @@ fi
 
 # Rebuild the contribs or use the prebuilt ones
 if [ "$PREBUILT" != "yes" ]; then
-make list
-make -j$JOBS fetch
-make -j$JOBS -k || make -j1
-if [ "$PACKAGE" = "yes" ]; then
-make package
-fi
+    make list
+    make -j$JOBS fetch
+    make -j$JOBS -k || make -j1
+    if [ "$PACKAGE" = "yes" ]; then
+        make package
+    fi
 elif [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
-make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
-make .luac
+    make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
+    make .luac
 else
-make prebuilt
-make .luac
+    make prebuilt
+    make .luac
 fi
 cd ../..
 



More information about the vlc-commits mailing list