svn commit: r259776 - head/sys/dev/vt/font

Ed Maste emaste at FreeBSD.org
Mon Dec 23 17:49:12 UTC 2013


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,
 };


More information about the svn-src-all mailing list