diff options
author | 2013-04-30 07:19:23 +0000 | |
---|---|---|
committer | 2013-04-30 07:19:23 +0000 | |
commit | e5e9f52c890b0ec322ff1f391562512a7e0ef163 (patch) | |
tree | e4b2b9da2dd6c08be82d6e7b8235285f87c9e0b0 | |
parent | white space fixes (diff) | |
download | wireguard-openbsd-e5e9f52c890b0ec322ff1f391562512a7e0ef163.tar.xz wireguard-openbsd-e5e9f52c890b0ec322ff1f391562512a7e0ef163.zip |
white space tweak
-rw-r--r-- | sys/dev/ic/mfivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mfivar.h b/sys/dev/ic/mfivar.h index 5cc73039f57..53cfe33f3c1 100644 --- a/sys/dev/ic/mfivar.h +++ b/sys/dev/ic/mfivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mfivar.h,v 1.50 2012/08/17 11:31:34 dlg Exp $ */ +/* $OpenBSD: mfivar.h,v 1.51 2013/04/30 07:19:23 dlg Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -16,7 +16,7 @@ */ struct mfi_softc; -#define DEVNAME(_s) ((_s)->sc_dev.dv_xname) +#define DEVNAME(_s) ((_s)->sc_dev.dv_xname) /* #define MFI_DEBUG */ #ifdef MFI_DEBUG |