From 927a087250c6d788d6df6cc7fcb0359653e2efd3 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 24 May 2009 21:44:56 +0000 Subject: KNF: brace and comment placement. Object files identical. --- trek/rest.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'trek/rest.c') diff --git a/trek/rest.c b/trek/rest.c index 1478e9b4..1cac69c7 100644 --- a/trek/rest.c +++ b/trek/rest.c @@ -1,4 +1,4 @@ -/* $NetBSD: rest.c,v 1.8 2009/05/24 19:18:44 dholland Exp $ */ +/* $NetBSD: rest.c,v 1.9 2009/05/24 21:44:56 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)rest.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: rest.c,v 1.8 2009/05/24 19:18:44 dholland Exp $"); +__RCSID("$NetBSD: rest.c,v 1.9 2009/05/24 21:44:56 dholland Exp $"); #endif #endif /* not lint */ @@ -68,8 +68,7 @@ rest(int v __unused) if (t <= 0.0) return; percent = 100 * t / Now.time + 0.5; - if (percent >= 70) - { + if (percent >= 70) { printf("Spock: That would take %d%% of our remaining time.\n", percent); if (!getynpar("Are you really certain that is wise")) -- cgit v1.2.3-56-ge451