1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

dist/tools: fix whitespace in print_toolchain_versions

This commit is contained in:
smlng 2018-09-19 14:45:52 +02:00
parent c73ed667c1
commit 87505f0334

View File

@ -52,7 +52,7 @@ avr_libc_version() {
fi
}
printf "%s\n" "Installed compiler toolchains "
printf "%s\n" "Installed compiler toolchains"
printf "%s\n" "-----------------------------"
printf "%23s: %s\n" "native gcc" "$(get_cmd_version gcc)"
for p in arm-none-eabi avr mips-mti-elf msp430 riscv-none-embed; do