]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDriver1CommandsLib/Reconnect.c
ShellPkg: Clean up source files
[mirror_edk2.git] / ShellPkg / Library / UefiShellDriver1CommandsLib / Reconnect.c
index d2ae8e82719dfcb5edc7a82b19e4651b1561a3d6..67de000c6f0eb5d4af145cab6dd9f9ea7019945a 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
   Main file for Reconnect shell Driver1 function.\r
 \r
-  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
   (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
-  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>  \r
+  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<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
@@ -29,11 +29,11 @@ VOID
 ConnectAllConsoles (\r
   VOID\r
   )\r
-{  \r
+{\r
   ShellConnectFromDevPaths(L"ConInDev");\r
   ShellConnectFromDevPaths(L"ConOutDev");\r
   ShellConnectFromDevPaths(L"ErrOutDev");\r
-  \r
+\r
   ShellConnectFromDevPaths(L"ErrOut");\r
   ShellConnectFromDevPaths(L"ConIn");\r
   ShellConnectFromDevPaths(L"ConOut");\r
@@ -60,7 +60,7 @@ ShellCommandRunReconnect (
 \r
   gInReconnect = TRUE;\r
   ShellStatus = SHELL_SUCCESS;\r
-  \r
+\r
   //\r
   // initialize the shell lib (we must be in non-auto-init...)\r
   //\r
@@ -90,7 +90,7 @@ ShellCommandRunReconnect (
       }\r
       ShellStatus = ShellCommandRunConnect(ImageHandle, SystemTable);\r
     }\r
-  }  \r
+  }\r
 \r
   gInReconnect = FALSE;\r
 \r