Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sysmon Fix indentation. No code change.



details:   https://anonhg.NetBSD.org/src/rev/15c57c5b17df
branches:  trunk
changeset: 781216:15c57c5b17df
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Aug 27 14:15:52 2012 +0000

description:
Fix indentation.  No code change.

diffstat:

 sys/dev/sysmon/sysmon_envsys.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r ba86736cb692 -r 15c57c5b17df sys/dev/sysmon/sysmon_envsys.c
--- a/sys/dev/sysmon/sysmon_envsys.c    Mon Aug 27 14:08:36 2012 +0000
+++ b/sys/dev/sysmon/sysmon_envsys.c    Mon Aug 27 14:15:52 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysmon_envsys.c,v 1.123 2012/08/27 14:08:36 pgoyette Exp $     */
+/*     $NetBSD: sysmon_envsys.c,v 1.124 2012/08/27 14:15:52 pgoyette Exp $     */
 
 /*-
  * Copyright (c) 2007, 2008 Juan Romero Pardines.
@@ -64,7 +64,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.123 2012/08/27 14:08:36 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.124 2012/08/27 14:15:52 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -1334,7 +1334,7 @@
        else
                mon_supported = true;
        if (sme_sensor_upbool(dict, "monitoring-supported", mon_supported))
-                       goto out;
+               goto out;
 
        /*
         * Add the allow-rfact boolean object, true if
@@ -1352,7 +1352,7 @@
                else
                        allow_rfact = false;
                if (sme_sensor_upbool(dict, "allow-rfact", allow_rfact))
-                               goto out;
+                       goto out;
        }
 
        error = sme_update_sensor_dictionary(dict, edata,



Home | Main Index | Thread Index | Old Index