]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c
ShellPkg: Clean up source files
[mirror_edk2.git] / ShellPkg / Library / UefiShellCommandLib / ConsistMapping.c
index 3b13e62340de7c1355688967cd1899ba1fdb0c6f..96a944104e813fd4348e28af8b5687a9e06241b9 100755 (executable)
@@ -1,7 +1,7 @@
 /** @file\r
   Main file for support of shell consist mapping.\r
 \r
-  Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution. The full text of the license may be found at\r
@@ -56,10 +56,10 @@ typedef struct {
   @retval EFI_OUT_OF_RESOURCES    Out of resources.\r
   @retval EFI_SUCCESS             The appending was successful.\r
 **/\r
-typedef \r
-EFI_STATUS \r
+typedef\r
+EFI_STATUS\r
 (*SERIAL_DECODE_FUNCTION) (\r
-  EFI_DEVICE_PATH_PROTOCOL    *DevPath, \r
+  EFI_DEVICE_PATH_PROTOCOL    *DevPath,\r
   DEVICE_CONSIST_MAPPING_INFO *MapInfo,\r
   EFI_DEVICE_PATH_PROTOCOL    *OrigDevPath\r
   );\r
@@ -640,7 +640,7 @@ DevPathSerialUsb (
     UsbIo = NULL;\r
     if (!EFI_ERROR(Status)) {\r
       Status = gBS->OpenProtocol(TempHandle, &gEfiUsbIoProtocolGuid, (VOID**)&UsbIo, gImageHandle, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL);\r
-    } \r
+    }\r
 \r
     if (!EFI_ERROR(Status)) {\r
       ASSERT(UsbIo != NULL);\r
@@ -661,7 +661,7 @@ DevPathSerialUsb (
           }\r
         }\r
       }\r
-    } \r
+    }\r
   }\r
   return Status;\r
 }\r
@@ -1520,13 +1520,13 @@ ShellCommandConsistMappingInitialize (
       continue;\r
     }\r
 \r
-    Status = gBS->HandleProtocol( HandleBuffer[HandleLoop], \r
-                                  &gEfiBlockIoProtocolGuid, \r
+    Status = gBS->HandleProtocol( HandleBuffer[HandleLoop],\r
+                                  &gEfiBlockIoProtocolGuid,\r
                                   (VOID **)&BlockIo\r
                                   );\r
     if (EFI_ERROR(Status)) {\r
-      Status = gBS->HandleProtocol( HandleBuffer[HandleLoop], \r
-                                    &gEfiSimpleFileSystemProtocolGuid, \r
+      Status = gBS->HandleProtocol( HandleBuffer[HandleLoop],\r
+                                    &gEfiSimpleFileSystemProtocolGuid,\r
                                     (VOID **)&SimpleFileSystem\r
                                     );\r
       if (EFI_ERROR(Status)) {\r