summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/BdsLib/BdsFilePathFs.c
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-02 22:52:07 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-02 22:52:07 +0000
commit58b5d037b4627460242c9333860faabf6115069e (patch)
tree17a4f5527bd2fa5ae655916cd1acfd704d4d0a00 /ArmPkg/Library/BdsLib/BdsFilePathFs.c
parent6111eb855592438cc6f2da44e5887f8065bcef6e (diff)
downloadedk2-platforms-58b5d037b4627460242c9333860faabf6115069e.tar.xz
Remove tabs from all text files in the package.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11295 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/BdsLib/BdsFilePathFs.c')
-rw-r--r--ArmPkg/Library/BdsLib/BdsFilePathFs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPkg/Library/BdsLib/BdsFilePathFs.c b/ArmPkg/Library/BdsLib/BdsFilePathFs.c
index c92824742e..e5792b8afd 100644
--- a/ArmPkg/Library/BdsLib/BdsFilePathFs.c
+++ b/ArmPkg/Library/BdsLib/BdsFilePathFs.c
@@ -34,8 +34,8 @@ EFI_STATUS BdsLoadFileFromSimpleFileSystem(
}
//Try to Open the volume and get root directory
- Status = FsProtocol->OpenVolume(FsProtocol, &Fs);
- if (EFI_ERROR(Status)) {
+\s\sStatus = FsProtocol->OpenVolume(FsProtocol, &Fs);
+\s\sif (EFI_ERROR(Status)) {
return Status;
}