Browse Source

- removed spaces at end of line

Nikolay Nikolov 3 years ago
parent
commit
ac9feac2c8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/rtl-console/src/unix/video.pp

+ 2 - 2
packages/rtl-console/src/unix/video.pp

@@ -970,8 +970,8 @@ begin
     if cur_term_strings=@term_codes_beos then
     begin
       TerminalSupportsBold := false;
-      TerminalSupportsHighIntensityColors := false;      
-    end;  
+      TerminalSupportsHighIntensityColors := false;
+    end;
     if cur_term_strings=@term_codes_freebsd then
       console:=ttyFreeBSD;
 {$ifdef linux}