Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/atactl White space police
details: https://anonhg.NetBSD.org/src/rev/cbb9218956e1
branches: trunk
changeset: 569855:cbb9218956e1
user: atatat <atatat%NetBSD.org@localhost>
date: Fri Sep 10 03:43:52 2004 +0000
description:
White space police
diffstat:
sbin/atactl/atactl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 090cebe55f09 -r cbb9218956e1 sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c Fri Sep 10 01:32:14 2004 +0000
+++ b/sbin/atactl/atactl.c Fri Sep 10 03:43:52 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atactl.c,v 1.30 2004/08/01 21:41:49 bouyer Exp $ */
+/* $NetBSD: atactl.c,v 1.31 2004/09/10 03:43:52 atatat Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: atactl.c,v 1.30 2004/08/01 21:41:49 bouyer Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.31 2004/09/10 03:43:52 atatat Exp $");
#endif
@@ -417,7 +417,7 @@
attr = &value_buf->attributes[j];
if (threshold_buf->thresholds[j].id == i)
thresh = threshold_buf->thresholds[j].value;
- }
+ }
if (thresh && attr == NULL)
errx(1, "threshold but not attr %d", i);
Home |
Main Index |
Thread Index |
Old Index