From 61591ca83199fe18e757187df9e5359bf10fa93c Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Thu, 7 Jan 2016 20:03:32 +0300 Subject: [PATCH] Desrease indent in customize-image.sh --- scripts/customize-image.sh.template | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/scripts/customize-image.sh.template b/scripts/customize-image.sh.template index bb4268c803..e4acd9771e 100644 --- a/scripts/customize-image.sh.template +++ b/scripts/customize-image.sh.template @@ -13,14 +13,14 @@ FAMILY=$2 BOARD=$3 BUILD_DESKTOP=$4 - case $RELEASE in - wheezy) - # your code here - ;; - jessie) - # your code here - ;; - trusty) - # your code here - ;; - esac +case $RELEASE in + wheezy) + # your code here + ;; + jessie) + # your code here + ;; + trusty) + # your code here + ;; +esac