Module Name:    src
Committed By:   nisimura
Date:           Fri Jan 14 06:02:57 UTC 2011

Modified Files:
        src/sbin/atactl: atactl.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sbin/atactl/atactl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/atactl/atactl.c
diff -u src/sbin/atactl/atactl.c:1.57 src/sbin/atactl/atactl.c:1.58
--- src/sbin/atactl/atactl.c:1.57	Sat Mar 13 19:49:50 2010
+++ src/sbin/atactl/atactl.c	Fri Jan 14 06:02:57 2011
@@ -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;

Reply via email to