about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2023-07-30 13:42:40 +0200
committerLeah Neukirchen <leah@vuxu.org>2023-07-30 13:42:40 +0200
commit75f677afacef9b4606f3dbafbe5b2a8c960d4a4a (patch)
tree12654d8214743a577ebf0c7303c44ece0dfa141a
parent4c20ad7d300ebed36819cb00dbbdc917609e0cab (diff)
downloaddosfetch-75f677afacef9b4606f3dbafbe5b2a8c960d4a4a.tar.gz
dosfetch-75f677afacef9b4606f3dbafbe5b2a8c960d4a4a.tar.xz
dosfetch-75f677afacef9b4606f3dbafbe5b2a8c960d4a4a.zip
fix whitespace
-rw-r--r--dosfetch.pas4
1 files 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,   ');