浏览代码

- removed spaces at end of line

Nikolay Nikolov 3 年之前
父节点
当前提交
ac9feac2c8
共有 1 个文件被更改,包括 2 次插入2 次删除
  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}