From 93be0e3524320c70af7fbdab2592b3157c13238b Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 29 Nov 2006 15:53:42 +0000 Subject: [PATCH] whitespace fix in console printout --- sys/arch/i386/i386/est.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/i386/est.c b/sys/arch/i386/i386/est.c index d9961a12db15..b39d7c959e0e 100644 --- a/sys/arch/i386/i386/est.c +++ b/sys/arch/i386/i386/est.c @@ -1,4 +1,4 @@ -/* $NetBSD: est.c,v 1.30 2006/11/01 08:49:50 xtraeme Exp $ */ +/* $NetBSD: est.c,v 1.31 2006/11/29 15:53:42 drochner Exp $ */ /* * Copyright (c) 2003 Michael Eriksson. * All rights reserved. @@ -86,7 +86,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: est.c,v 1.30 2006/11/01 08:49:50 xtraeme Exp $"); +__KERNEL_RCSID(0, "$NetBSD: est.c,v 1.31 2006/11/29 15:53:42 drochner Exp $"); #include #include @@ -943,7 +943,7 @@ est_init(struct cpu_info *ci, int vendor) fake_table[0] = idhi; if (cur == idhi || cur == idlo) { aprint_normal("%s: using only highest and lowest " - " power states.\n", cpuname); + "power states.\n", cpuname); fake_table[1] = idlo; fake_fqlist.n = 2;