From owner-svn-src-all@FreeBSD.ORG Mon Dec 23 17:49:12 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97B8677C; Mon, 23 Dec 2013 17:49:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8404F108C; Mon, 23 Dec 2013 17:49:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBNHnCvT070804; Mon, 23 Dec 2013 17:49:12 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBNHnCVk070803; Mon, 23 Dec 2013 17:49:12 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201312231749.rBNHnCVk070803@svn.freebsd.org> From: Ed Maste Date: Mon, 23 Dec 2013 17:49:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259776 - head/sys/dev/vt/font X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Dec 2013 17:49:12 -0000 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, };