]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c
SourceLevelDebugPkg: Clean up source files
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugCommunicationLibSerialPort / DebugCommunicationLibSerialPort.c
index 6a854ff2a217b2bcb0b1a1fa6cbcb3aadca45df9..6a6394f8c21d5e8f53392f06ecb87e883fc8971c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Debug Port Library implementation based on serial port.\r
 \r
-  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 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
@@ -65,7 +65,7 @@ DebugPortInitialize (
 \r
   Status = SerialPortInitialize ();\r
   if (RETURN_ERROR(Status)) {\r
-    DEBUG ((EFI_D_ERROR, "Debug Serial Port: Initialization failed!\n")); \r
+    DEBUG ((EFI_D_ERROR, "Debug Serial Port: Initialization failed!\n"));\r
   }\r
 \r
   if (Function != NULL) {\r