Remove stray whitespaces.
This commit is contained in:
parent
200b4021c6
commit
2204db863d
@ -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;
|
||||
|
@ -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,
|
||||
};
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user