From 75f677afacef9b4606f3dbafbe5b2a8c960d4a4a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 30 Jul 2023 13:42:40 +0200 Subject: fix whitespace --- dosfetch.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dosfetch.pas b/dosfetch.pas index bad3de3..2a1abcc 100644 --- a/dosfetch.pas +++ b/dosfetch.pas @@ -155,9 +155,9 @@ begin writeln; colorline('88888888ba, ,ad8888ba, ad88888ba '); - textcolor(white); write('OS: '); normvideo; dosver; + textcolor(white); write('OS: '); normvideo; dosver; colorline('88 `"8b d8"'' `"8b d8" "8b '); - textcolor(white); write('Shell: '); normvideo; writeln(getenv('COMSPEC')); + textcolor(white); write('Shell: '); normvideo; writeln(getenv('COMSPEC')); colorline('88 `8b d8'' `8b Y8, '); textcolor(white); write('Floppy drives: '); normvideo; floppy; colorline('88 88 88 88 `Y8aaaaa, '); -- cgit 1.4.1