Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2012 13:17:34 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241070 - head/sys/boot/common
Message-ID:  <201209301317.q8UDHYjb036463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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? */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209301317.q8UDHYjb036463>