summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/scterm-sc.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-06 20:36:06 +0000
committerjhb <jhb@FreeBSD.org>2001-03-06 20:36:06 +0000
commit1b15df8a700087b7f0d018762c98c53ac6f30746 (patch)
treeffdc30f815939d341b835ec1f2071f22f90b3f96 /sys/dev/syscons/scterm-sc.c
parentf842c391b4f1cf66af1e5aac328aa5df10cd5b4e (diff)
downloadFreeBSD-src-1b15df8a700087b7f0d018762c98c53ac6f30746.zip
FreeBSD-src-1b15df8a700087b7f0d018762c98c53ac6f30746.tar.gz
Indent the comment about the Alpha palette evilness correctly.
Noticed by: bde
Diffstat (limited to 'sys/dev/syscons/scterm-sc.c')
-rw-r--r--sys/dev/syscons/scterm-sc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/syscons/scterm-sc.c b/sys/dev/syscons/scterm-sc.c
index 8362220..909d6ba 100644
--- a/sys/dev/syscons/scterm-sc.c
+++ b/sys/dev/syscons/scterm-sc.c
@@ -173,11 +173,11 @@ scterm_scan_esc(scr_stat *scp, term_stat *tcp, u_char c)
{
static u_char ansi_col[16] = {
#ifdef __alpha__
- /*
- * DEC is evil. They switch the red and blue attributes in the
- * palette in the system console. As a simple work-around, re-map
- * the ANSI colors appropriately.
- */
+ /*
+ * DEC is evil. They switch the red and blue attributes in
+ * the palette in the system console. As a simple work-around,
+ * re-map the ANSI colors appropriately.
+ */
FG_BLACK, FG_BLUE, FG_GREEN, FG_CYAN,
FG_RED, FG_MAGENTA, FG_BROWN, FG_LIGHTGREY,
FG_DARKGREY, FG_LIGHTBLUE, FG_LIGHTGREEN, FG_LIGHTCYAN,
OpenPOWER on IntegriCloud