diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-15 15:43:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-15 15:43:35 +0000 |
commit | 59753c6ef9bf75c1b196e3138d2be971a83b064f (patch) | |
tree | fb3af24afd1c2f373a751b0ae915ee212576faac /sys/dev/ic/acxvar.h | |
parent | 97f43dbdcaab3c7195b6ea91bd745750036800d0 (diff) |
spacing
Diffstat (limited to 'sys/dev/ic/acxvar.h')
-rw-r--r-- | sys/dev/ic/acxvar.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/ic/acxvar.h b/sys/dev/ic/acxvar.h index f74e2f100fa..c2ef012af70 100644 --- a/sys/dev/ic/acxvar.h +++ b/sys/dev/ic/acxvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acxvar.h,v 1.12 2006/08/15 12:06:13 mglocker Exp $ */ +/* $OpenBSD: acxvar.h,v 1.13 2006/08/15 15:43:34 deraadt Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -18,14 +18,14 @@ /* * Copyright (c) 2006 The DragonFly Project. All rights reserved. - * + * * This code is derived from software contributed to The DragonFly Project * by Sepherosa Ziehau <sepherosa@gmail.com> - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: - * + * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright @@ -35,7 +35,7 @@ * 3. Neither the name of The DragonFly Project nor the names of its * contributors may be used to endorse or promote products derived * from this software without specific, prior written permission. - * + * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS @@ -242,7 +242,7 @@ struct acx_rxbuf_hdr { /* * XXX may have 4~8 byte here which - * depends on firmware version + * depends on firmware version */ } __packed; |