changeset 157:d55e8f37eacf

Tidy
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 14 Jun 2017 11:36:06 +0100
parents 94050aba32c3
children dcd4bdf095e7
files bin/check-prerequisites.sh
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/bin/check-prerequisites.sh	Wed Jun 14 11:35:47 2017 +0100
+++ b/bin/check-prerequisites.sh	Wed Jun 14 11:36:06 2017 +0100
@@ -47,18 +47,14 @@
     exit 2
 }
 
-
 for sibling in vamp-plugin-sdk piper piper-vamp-cpp vamp-test-plugin ; do
-
     dir=$(sibling_dir "$sibling")
-    
     if [ ! -d "$parent_dir/$sibling" ]; then
         echo 1>&2
         echo "*** Failed to find sibling directory $sibling" 1>&2
         echo "*** (expected in full path: $dir)" 1>&2
         explain_and_exit
     fi
-    
 done
 
 for program in em++ node ; do