]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg CapsuleApp: Fix mixed EOL format issue
authorStar Zeng <star.zeng@intel.com>
Thu, 11 May 2017 04:57:47 +0000 (12:57 +0800)
committerStar Zeng <star.zeng@intel.com>
Thu, 11 May 2017 04:58:55 +0000 (12:58 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Application/CapsuleApp/AppSupport.c

index fc27343736a4d2b261c0d8a8e52485af58dfe89c..a727dbdc66b772d07b18ed3d6791870b4962c201 100644 (file)
@@ -127,7 +127,7 @@ ReadFileToBuffer (
   // Get the file size.\r
   //\r
   Status = ShellProtocol->GetFileSize (Handle, &FileSize);\r
   // Get the file size.\r
   //\r
   Status = ShellProtocol->GetFileSize (Handle, &FileSize);\r
-  if (EFI_ERROR (Status)) {
+  if (EFI_ERROR (Status)) {\r
     ShellProtocol->CloseFile (Handle);\r
     return Status;\r
   }\r
     ShellProtocol->CloseFile (Handle);\r
     return Status;\r
   }\r