Remove stray whitespaces.

This commit is contained in:
Aleksandr Rybalko 2014-09-12 14:07:20 +00:00
parent 200b4021c6
commit 2204db863d
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -51,7 +51,7 @@ consolectl_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag,
{
switch (cmd) {
case CONS_GETVERS:
case CONS_GETVERS:
*(int*)data = 0x200;
return 0;
case CONS_MOUSECTL: {