diff options
author | 2016-04-25 19:26:27 +0000 | |
---|---|---|
committer | 2016-04-25 19:26:27 +0000 | |
commit | 8c8faab8d9362abda2bbe089fb64700da2ce2937 (patch) | |
tree | 4e45504582ee595818d39973fd7f068a2638df6f | |
parent | remove systrace (diff) | |
download | wireguard-openbsd-8c8faab8d9362abda2bbe089fb64700da2ce2937.tar.xz wireguard-openbsd-8c8faab8d9362abda2bbe089fb64700da2ce2937.zip |
spacing / KNF error in earlier commit
-rw-r--r-- | sys/arch/amd64/amd64/vmm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/vmm.c b/sys/arch/amd64/amd64/vmm.c index 29e507a4710..67eb768a7f4 100644 --- a/sys/arch/amd64/amd64/vmm.c +++ b/sys/arch/amd64/amd64/vmm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmm.c,v 1.56 2016/04/25 17:50:21 mlarkin Exp $ */ +/* $OpenBSD: vmm.c,v 1.57 2016/04/25 19:26:27 mlarkin Exp $ */ /* * Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org> * @@ -167,7 +167,7 @@ void vmm_decode_cr4(uint64_t); struct vmm_reg_debug_info { uint64_t vrdi_bit; const char *vrdi_present; - const char *vrdi_absent; + const char *vrdi_absent; }; #endif /* VMM_DEBUG */ |