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,
 };
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to