Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 06:06:12 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351623 - head/sbin/fsck_msdosfs
Message-ID:  <201908300606.x7U66CUV072409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Fri Aug 30 06:06:12 2019
New Revision: 351623
URL: https://svnweb.freebsd.org/changeset/base/351623

Log:
  Remove unneeded blank line.  No functional change.
  
  MFC after:	2 weeks

Modified:
  head/sbin/fsck_msdosfs/fat.c

Modified: head/sbin/fsck_msdosfs/fat.c
==============================================================================
--- head/sbin/fsck_msdosfs/fat.c	Fri Aug 30 00:45:53 2019	(r351622)
+++ head/sbin/fsck_msdosfs/fat.c	Fri Aug 30 06:06:12 2019	(r351623)
@@ -518,7 +518,6 @@ clear:
 		}
 		if (head == fat[n].head) {
 			pwarn("Cluster chain starting at %u loops at cluster %u\n",
-			
 			    head, p);
 			goto clear;
 		}



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