From owner-svn-src-all@FreeBSD.ORG Fri Nov 27 04:00:52 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D1D01065694; Fri, 27 Nov 2009 04:00:52 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7C64C8FC16; Fri, 27 Nov 2009 04:00:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nAR40qMM001518; Fri, 27 Nov 2009 04:00:52 GMT (envelope-from sobomax@svn.freebsd.org) Received: (from sobomax@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nAR40qjL001516; Fri, 27 Nov 2009 04:00:52 GMT (envelope-from sobomax@svn.freebsd.org) Message-Id: <200911270400.nAR40qjL001516@svn.freebsd.org> From: Maxim Sobolev Date: Fri, 27 Nov 2009 04:00:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199857 - head/sys/boot/i386/libi386 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2009 04:00:52 -0000 Author: sobomax Date: Fri Nov 27 04:00:52 2009 New Revision: 199857 URL: http://svn.freebsd.org/changeset/base/199857 Log: Whitespace-only: another instance of identation with spaces. Modified: head/sys/boot/i386/libi386/spinconsole.c Modified: head/sys/boot/i386/libi386/spinconsole.c ============================================================================== --- head/sys/boot/i386/libi386/spinconsole.c Fri Nov 27 03:58:21 2009 (r199856) +++ head/sys/boot/i386/libi386/spinconsole.c Fri Nov 27 04:00:52 2009 (r199857) @@ -79,7 +79,7 @@ spinc_putchar(int c) { static int curx, cury; static unsigned tw_chars = 0x5C2D2F7C; /* "\-/|" */ - static time_t lasttime; + static time_t lasttime; time_t now; now = time(NULL);