From ca08fa30b3ab02619e3cdee1f4ffd7fae6833fd1 Mon Sep 17 00:00:00 2001 From: Gilles Chehade Date: Tue, 11 Sep 2007 13:39:35 +0000 Subject: KNF prompted and "much better" by marco@, ok pyr@ --- sys/dev/pcmcia/if_xe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pcmcia/if_xe.c') diff --git a/sys/dev/pcmcia/if_xe.c b/sys/dev/pcmcia/if_xe.c index bc8527e5615..108be3d3a27 100644 --- a/sys/dev/pcmcia/if_xe.c +++ b/sys/dev/pcmcia/if_xe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xe.c,v 1.34 2007/09/07 18:21:40 fgsch Exp $ */ +/* $OpenBSD: if_xe.c,v 1.35 2007/09/11 13:39:33 gilles Exp $ */ /* * Copyright (c) 1999 Niklas Hallqvist, Brandon Creighton, Job de Haas @@ -249,7 +249,7 @@ xe_pcmcia_attach(parent, self, aux) /* Fake a cfe. */ SIMPLEQ_FIRST(&pa->pf->cfe_head) = cfe = (struct pcmcia_config_entry *) - malloc(sizeof *cfe, M_DEVBUF, M_NOWAIT|M_ZERO); + malloc(sizeof *cfe, M_DEVBUF, M_NOWAIT | M_ZERO); if (!cfe) { printf(": function enable failed\n"); return; -- cgit v1.2.3