From 7990fb8736db7cc79e9dc8cbdfec12b24e8eb5e0 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Fri, 13 Jun 2008 10:31:55 -0700 Subject: [PATCH] white-space corrections --- mk-sbuild-lv | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mk-sbuild-lv b/mk-sbuild-lv index 2d0a737..a533030 100755 --- a/mk-sbuild-lv +++ b/mk-sbuild-lv @@ -126,18 +126,18 @@ while :; do name="$2" shift 2 ;; - --source-template) - TEMPLATE_SOURCES="$2" - shift 2 - if [ ! -r $TEMPLATE_SOURCES ]; then - echo "W: Template file $TEMPLATE_SOURCES is not readable" - echo "W: Continuing with default sources!" - fi - ;; - --debootstrap-mirror) - DEBOOTSTRAP_MIRROR="$2" - shift 2 - ;; + --source-template) + TEMPLATE_SOURCES="$2" + shift 2 + if [ ! -r $TEMPLATE_SOURCES ]; then + echo "W: Template file $TEMPLATE_SOURCES is not readable" + echo "W: Continuing with default sources!" + fi + ;; + --debootstrap-mirror) + DEBOOTSTRAP_MIRROR="$2" + shift 2 + ;; --) shift break