Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi/acpica/Subsystem convert tab -> space (pointed ...



details:   https://anonhg.NetBSD.org/src/rev/0e487a436a85
branches:  trunk
changeset: 555540:0e487a436a85
user:      kochi <kochi%NetBSD.org@localhost>
date:      Thu Nov 20 16:15:59 2003 +0000

description:
convert tab -> space (pointed out by Kanaoka-san)

diffstat:

 sys/dev/acpi/acpica/Subsystem/utdelete.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r b4daa430fc78 -r 0e487a436a85 sys/dev/acpi/acpica/Subsystem/utdelete.c
--- a/sys/dev/acpi/acpica/Subsystem/utdelete.c  Thu Nov 20 15:46:42 2003 +0000
+++ b/sys/dev/acpi/acpica/Subsystem/utdelete.c  Thu Nov 20 16:15:59 2003 +0000
@@ -115,7 +115,7 @@
  *****************************************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: utdelete.c,v 1.9 2003/11/20 15:42:16 kochi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: utdelete.c,v 1.10 2003/11/20 16:15:59 kochi Exp $");
 
 #define __UTDELETE_C__
 
@@ -551,7 +551,7 @@
         case ACPI_TYPE_DEVICE:
 
             tmp = Object->Device.SystemNotify;
-                   if (tmp && (tmp->Common.ReferenceCount <= 1) && Action == REF_DECREMENT)
+            if (tmp && (tmp->Common.ReferenceCount <= 1) && Action == REF_DECREMENT)
                 Object->Device.SystemNotify = NULL;
             AcpiUtUpdateRefCount (tmp, Action);
 



Home | Main Index | Thread Index | Old Index