diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-03-23 22:10:05 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-03-23 22:10:05 +0000 |
commit | 0c3580c4d8bd85616b2d1f68a3c36107f985d30f (patch) | |
tree | 41984d3da2a5b8ac43060e0a7999f4e1f252cc66 /sys | |
parent | 4fe12823a6c86e647cfd8ad32feedf50ad6f06bf (diff) |
Whitespace nit in previous.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/uvm/uvm_swap_encrypt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_swap_encrypt.h b/sys/uvm/uvm_swap_encrypt.h index 101420527a9..3545ae02be5 100644 --- a/sys/uvm/uvm_swap_encrypt.h +++ b/sys/uvm/uvm_swap_encrypt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_swap_encrypt.h,v 1.8 2009/03/23 22:07:41 oga Exp $ */ +/* $OpenBSD: uvm_swap_encrypt.h,v 1.9 2009/03/23 22:10:04 oga Exp $ */ /* * Copyright 1999 Niels Provos <provos@citi.umich.edu> @@ -68,7 +68,7 @@ extern u_int uvm_swpkeyscreated; arc4random_buf((x)->key,\ sizeof((x)->key)); \ uvm_swpkeyscreated++; \ - } \ + } \ (x)->refcount++; \ } while(0); |