Update whitespace to match mkkfont output

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2013-12-23 17:49:12 +00:00
parent 1efc897026
commit ddc31191a4

View File

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