diff options
| author | Lyndon Brown <jnqnfe@gmail.com> | 2020-02-10 15:48:49 +0000 |
|---|---|---|
| committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-05 11:29:01 +0000 |
| commit | 36a3ba76347ef72df1c316312ed3a26aa4b0c816 (patch) | |
| tree | 1777349053ca63a9cb543230289b2c1f65778a5c /functions | |
| parent | a96107a3f124cdbeecb3fb6d4a13f3dc7cb62ea7 (diff) | |
| download | vyos-live-build-36a3ba76347ef72df1c316312ed3a26aa4b0c816.tar.gz vyos-live-build-36a3ba76347ef72df1c316312ed3a26aa4b0c816.zip | |
fix indentation
including:
- spaces replaced with tabs for consistency
- alignment of `;;` in some case statements changed for consistency
Gbp-Dch: Short
Closes: #952857
Diffstat (limited to 'functions')
| -rwxr-xr-x | functions/defaults.sh | 2 | ||||
| -rwxr-xr-x | functions/help.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 91350ab43..8c91d3b38 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -433,7 +433,7 @@ Set_defaults () ;; i386) - LB_LINUX_FLAVOURS_WITH_ARCH="${LB_LINUX_FLAVOURS_WITH_ARCH:-686-pae}" + LB_LINUX_FLAVOURS_WITH_ARCH="${LB_LINUX_FLAVOURS_WITH_ARCH:-686-pae}" ;; ia64) diff --git a/functions/help.sh b/functions/help.sh index acd9d04dd..b6bc683c9 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -10,7 +10,7 @@ Help () { - Echo "%s - %s" "${PROGRAM}" "${DESCRIPTION}" + Echo "%s - %s" "${PROGRAM}" "${DESCRIPTION}" echo Echo "Usage:" echo |
