Skip to content

Commit

Permalink
Remove stray whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
rayddteam committed Sep 12, 2014
1 parent b56b1dd commit 0a975ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sys/dev/vt/hw/ofwfb/ofwfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion sys/dev/vt/logo/logo_freebsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
2 changes: 1 addition & 1 deletion sys/dev/vt/vt_consolectl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 0a975ed

Please sign in to comment.