Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern KNF fix. space vs. tab



details:   https://anonhg.NetBSD.org/src/rev/cb524b00bf9f
branches:  trunk
changeset: 779908:cb524b00bf9f
user:      cheusov <cheusov%NetBSD.org@localhost>
date:      Wed Jun 27 10:06:55 2012 +0000

description:
KNF fix. space vs. tab

diffstat:

 sys/kern/kern_auth.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cba70e458fab -r cb524b00bf9f sys/kern/kern_auth.c
--- a/sys/kern/kern_auth.c      Wed Jun 27 10:02:02 2012 +0000
+++ b/sys/kern/kern_auth.c      Wed Jun 27 10:06:55 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_auth.c,v 1.69 2012/06/27 10:02:02 cheusov Exp $ */
+/* $NetBSD: kern_auth.c,v 1.70 2012/06/27 10:06:55 cheusov Exp $ */
 
 /*-
  * Copyright (c) 2005, 2006 Elad Efrat <elad%NetBSD.org@localhost>
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_auth.c,v 1.69 2012/06/27 10:02:02 cheusov Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_auth.c,v 1.70 2012/06/27 10:06:55 cheusov Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -156,7 +156,7 @@
        KASSERT(cred != NULL);
        KASSERT(cred->cr_refcnt > 0);
 
-        atomic_inc_uint(&cred->cr_refcnt);
+       atomic_inc_uint(&cred->cr_refcnt);
 }
 
 /* Decrease reference count to cred. If reached zero, free it. */



Home | Main Index | Thread Index | Old Index