Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 17:49:12 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259776 - head/sys/dev/vt/font
Message-ID:  <201312231749.rBNHnCVk070803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Mon Dec 23 17:49:12 2013
New Revision: 259776
URL: http://svnweb.freebsd.org/changeset/base/259776

Log:
  Update whitespace to match mkkfont output
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/dev/vt/font/vt_font_default.c

Modified: head/sys/dev/vt/font/vt_font_default.c
==============================================================================
--- head/sys/dev/vt/font/vt_font_default.c	Mon Dec 23 17:47:04 2013	(r259775)
+++ head/sys/dev/vt/font/vt_font_default.c	Mon Dec 23 17:49:12 2013	(r259776)
@@ -2194,8 +2194,12 @@ struct vt_font vt_font_default = {
 	.vf_width		= 8,
 	.vf_height		= 16,
 	.vf_bytes		= font_bytes,
-	.vf_map			= { font_mapping_normal, NULL,
-				    font_mapping_bold, NULL },
+	.vf_map			= {
+				    font_mapping_normal,
+				    NULL,
+				    font_mapping_bold,
+				    NULL,
+				  },
 	.vf_map_count		= { 248, 0, 260, 0 },
 	.vf_refcount		= 1,
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312231749.rBNHnCVk070803>