From cbb162e6fc408fb8fbad33b8eb1382d4f6936a9e Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 5 Jun 2021 03:15:05 +0000 Subject: build system: ccenv: ccenv.in: whitespace meditation. --- sofort/ccenv/ccenv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sofort/ccenv/ccenv.sh') diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 868ad1a..a52d699 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -1475,10 +1475,10 @@ ccenv_set_cc_switch_vars() ccenv_switch_var=${ccenv_switch_var%=} ccenv_switch_var=${ccenv_switch_var%,} - printf '%-31s = %s\n' "${ccenv_make_var}" "${ccenv_switch_var}" \ + printf '%-40s= %s\n' "${ccenv_make_var}" "${ccenv_switch_var}" \ >> "$ccenv_mk" else - printf '%-31s =\n' "${ccenv_make_var}" \ + printf '%-40s=\n' "${ccenv_make_var}" \ >> "$ccenv_mk" fi done -- cgit v1.2.3