Remove unneeded blank line. No functional change.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2019-08-30 06:06:12 +00:00
parent 3bb8d8d8c9
commit cf955ebf6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351623

View File

@ -518,7 +518,6 @@ checkfat(struct bootblock *boot, struct fatEntry *fat)
}
if (head == fat[n].head) {
pwarn("Cluster chain starting at %u loops at cluster %u\n",
head, p);
goto clear;
}