Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2014 14:07:20 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271463 - in head/sys/dev/vt: . hw/ofwfb logo
Message-ID:  <201409121407.s8CE7KQV060166@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ray
Date: Fri Sep 12 14:07:20 2014
New Revision: 271463
URL: http://svnweb.freebsd.org/changeset/base/271463

Log:
  Remove stray whitespaces.

Modified:
  head/sys/dev/vt/hw/ofwfb/ofwfb.c
  head/sys/dev/vt/logo/logo_freebsd.c
  head/sys/dev/vt/vt_consolectl.c

Modified: head/sys/dev/vt/hw/ofwfb/ofwfb.c
==============================================================================
--- head/sys/dev/vt/hw/ofwfb/ofwfb.c	Fri Sep 12 13:12:06 2014	(r271462)
+++ head/sys/dev/vt/hw/ofwfb/ofwfb.c	Fri Sep 12 14:07:20 2014	(r271463)
@@ -53,7 +53,7 @@ struct ofwfb_softc {
 
 	phandle_t	sc_node;
 	ihandle_t	sc_handle;
-	bus_space_tag_t	sc_memt; 
+	bus_space_tag_t	sc_memt;
 };
 
 static vd_probe_t	ofwfb_probe;

Modified: head/sys/dev/vt/logo/logo_freebsd.c
==============================================================================
--- head/sys/dev/vt/logo/logo_freebsd.c	Fri Sep 12 13:12:06 2014	(r271462)
+++ head/sys/dev/vt/logo/logo_freebsd.c	Fri Sep 12 14:07:20 2014	(r271463)
@@ -637,5 +637,5 @@ unsigned char vt_logo_image[] = {
 	0x1f, 0xff, 0xfc, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x0e, 0x00, 0x00,
 	0x00, 0x00, 0x03, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xc0, 0x00, 0x00,
 	0x3f, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x3f, 0xe0, 0x00, 0x00, 0x00, 0x00,
-	0x00, 0x00, 0x00, 
+	0x00, 0x00, 0x00,
 };

Modified: head/sys/dev/vt/vt_consolectl.c
==============================================================================
--- head/sys/dev/vt/vt_consolectl.c	Fri Sep 12 13:12:06 2014	(r271462)
+++ head/sys/dev/vt/vt_consolectl.c	Fri Sep 12 14:07:20 2014	(r271463)
@@ -51,7 +51,7 @@ consolectl_ioctl(struct cdev *dev, u_lon
 {
 
 	switch (cmd) {
-	case CONS_GETVERS: 
+	case CONS_GETVERS:
 		*(int*)data = 0x200;
 		return 0;
 	case CONS_MOUSECTL: {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121407.s8CE7KQV060166>