From ddc31191a463cda5957cb5b2bf606738c074576a Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 23 Dec 2013 17:49:12 +0000 Subject: [PATCH] Update whitespace to match mkkfont output Sponsored by: The FreeBSD Foundation --- sys/dev/vt/font/vt_font_default.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/dev/vt/font/vt_font_default.c b/sys/dev/vt/font/vt_font_default.c index 9c1cf1903d3..e99a71380de 100644 --- a/sys/dev/vt/font/vt_font_default.c +++ b/sys/dev/vt/font/vt_font_default.c @@ -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, };