Sfoglia il codice sorgente

- removed spaces at end of line

Nikolay Nikolov 3 anni fa
parent
commit
ac9feac2c8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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
     if cur_term_strings=@term_codes_beos then
     begin
     begin
       TerminalSupportsBold := false;
       TerminalSupportsBold := false;
-      TerminalSupportsHighIntensityColors := false;      
-    end;  
+      TerminalSupportsHighIntensityColors := false;
+    end;
     if cur_term_strings=@term_codes_freebsd then
     if cur_term_strings=@term_codes_freebsd then
       console:=ttyFreeBSD;
       console:=ttyFreeBSD;
 {$ifdef linux}
 {$ifdef linux}