software/bios/main: add missing space
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 7 Mar 2018 14:24:39 +0000 (15:24 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 7 Mar 2018 14:24:39 +0000 (15:24 +0100)
litex/soc/software/bios/main.c

index 614eacc2a3ef04e791c19ed1d8089f855611cb2c..018decdac9a40ad58f885452af76dc98cbb5cd5e 100644 (file)
@@ -492,7 +492,7 @@ int main(int i, char **c)
        printf("\e[1m       / /  (_) /____ | |/_/\e[0m\n");
        printf("\e[1m      / /__/ / __/ -_)>  <\e[0m\n");
        printf("\e[1m     /____/_/\\__/\\__/_/|_|\e[0m\n");
-       printf("\e[1m      SoC BIOS / CPU:\e[0m");
+       printf("\e[1m      SoC BIOS / CPU: \e[0m");
 #ifdef __lm32__
        printf("\e[1mLM32\e[0m\n");
 #elif __or1k__