Fix another minor style glitch.
Pull { to the end of the struct line rather than having them on their own line.
This commit is contained in:
parent
4baceba722
commit
d8b6290677
@ -392,16 +392,14 @@ static struct cdevsw dev_cdevsw = {
|
||||
.d_name = "devctl",
|
||||
};
|
||||
|
||||
struct dev_event_info
|
||||
{
|
||||
struct dev_event_info {
|
||||
char *dei_data;
|
||||
STAILQ_ENTRY(dev_event_info) dei_link;
|
||||
};
|
||||
|
||||
STAILQ_HEAD(devq, dev_event_info);
|
||||
|
||||
static struct dev_softc
|
||||
{
|
||||
static struct dev_softc {
|
||||
int inuse;
|
||||
int nonblock;
|
||||
int queued;
|
||||
|
Loading…
Reference in New Issue
Block a user