Source-Changes-HG archive

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

[src/trunk]: src/sbin/atactl fix a mysterious indent lossage roaming around f...



details:   https://anonhg.NetBSD.org/src/rev/b9c0249560dd
branches:  trunk
changeset: 760837:b9c0249560dd
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Fri Jan 14 06:02:57 2011 +0000

description:
fix a mysterious indent lossage roaming around for last couple of years.

diffstat:

 sbin/atactl/atactl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 7b32bf6b85e0 -r b9c0249560dd sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c      Fri Jan 14 05:19:59 2011 +0000
+++ b/sbin/atactl/atactl.c      Fri Jan 14 06:02:57 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atactl.c,v 1.57 2010/03/13 19:49:50 mrg Exp $  */
+/*     $NetBSD: atactl.c,v 1.58 2011/01/14 06:02:57 nisimura Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: atactl.c,v 1.57 2010/03/13 19:49:50 mrg Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.58 2011/01/14 06:02:57 nisimura Exp $");
 #endif
 
 
@@ -553,8 +553,8 @@
                else
                        printf("%" PRIu64, raw_value);
                printf("\n");
-               }
        }
+}
 
 struct {
        int number;



Home | Main Index | Thread Index | Old Index