mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
FatPkg: Correct the line ending to CRLF
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
b08b045ca9
commit
ea1486c281
@ -509,11 +509,11 @@ FatGrowEof (
|
|||||||
goto Done;
|
goto Done;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (NewCluster < FAT_MIN_CLUSTER || NewCluster > Volume->MaxCluster + 1) {
|
if (NewCluster < FAT_MIN_CLUSTER || NewCluster > Volume->MaxCluster + 1) {
|
||||||
Status = EFI_VOLUME_CORRUPTED;
|
Status = EFI_VOLUME_CORRUPTED;
|
||||||
goto Done;
|
goto Done;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (LastCluster != 0) {
|
if (LastCluster != 0) {
|
||||||
FatSetFatEntry (Volume, LastCluster, NewCluster);
|
FatSetFatEntry (Volume, LastCluster, NewCluster);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user