Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sysmon Use tabs for indentation.



details:   https://anonhg.NetBSD.org/src/rev/24e5826f5bdb
branches:  trunk
changeset: 337721:24e5826f5bdb
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Apr 25 02:41:42 2015 +0000

description:
Use tabs for indentation.

diffstat:

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

diffs (29 lines):

diff -r d701d5e9d989 -r 24e5826f5bdb sys/dev/sysmon/sysmon_envsys.c
--- a/sys/dev/sysmon/sysmon_envsys.c    Sat Apr 25 00:54:14 2015 +0000
+++ b/sys/dev/sysmon/sysmon_envsys.c    Sat Apr 25 02:41:42 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysmon_envsys.c,v 1.134 2015/04/25 00:54:14 pgoyette Exp $     */
+/*     $NetBSD: sysmon_envsys.c,v 1.135 2015/04/25 02:41:42 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.134 2015/04/25 00:54:14 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.135 2015/04/25 02:41:42 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -687,8 +687,8 @@
        mutex_enter(&sme_global_mtx);
        LIST_FOREACH(lsme, &sysmon_envsys_list, sme_list) {
               if (strcmp(lsme->sme_name, sme->sme_name) == 0) {
-                      mutex_exit(&sme_global_mtx);
-                      return EEXIST;
+                       mutex_exit(&sme_global_mtx);
+                       return EEXIST;
               }
        }
        mutex_exit(&sme_global_mtx);



Home | Main Index | Thread Index | Old Index