From owner-svn-src-all@FreeBSD.ORG Sun Sep 30 13:17:34 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E0D9106566B; Sun, 30 Sep 2012 13:17:34 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 89DDB8FC08; Sun, 30 Sep 2012 13:17:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8UDHYmA036465; Sun, 30 Sep 2012 13:17:34 GMT (envelope-from ae@svn.freebsd.org) Received: (from ae@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8UDHYjb036463; Sun, 30 Sep 2012 13:17:34 GMT (envelope-from ae@svn.freebsd.org) Message-Id: <201209301317.q8UDHYjb036463@svn.freebsd.org> From: "Andrey V. Elsukov" Date: Sun, 30 Sep 2012 13:17:34 +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: r241070 - head/sys/boot/common 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: Sun, 30 Sep 2012 13:17:34 -0000 Author: ae Date: Sun Sep 30 13:17:33 2012 New Revision: 241070 URL: http://svn.freebsd.org/changeset/base/241070 Log: Fix the style. Modified: head/sys/boot/common/module.c Modified: head/sys/boot/common/module.c ============================================================================== --- head/sys/boot/common/module.c Sun Sep 30 13:14:37 2012 (r241069) +++ head/sys/boot/common/module.c Sun Sep 30 13:17:33 2012 (r241070) @@ -288,10 +288,10 @@ file_load(char *filename, vm_offset_t de *result = fp; break; } else if (last_file_format == i && i != 0) { - /* Restart from the beginning */ - last_file_format = i = 0; - fp = NULL; - continue; + /* Restart from the beginning */ + last_file_format = i = 0; + fp = NULL; + continue; } if (error == EFTYPE) continue; /* Unknown to this handler? */