Convert windows newlines to unix

This file has windows newlines that must've been pasted in, and because
they're in a block comment, clang doesn't format them.  Fix it.

Change-Id: I48ee9c0a9441b7d1006f6304cfc94fd1c232f47c
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/edk/Cper.h b/edk/Cper.h
index 5160eba..57e2657 100644
--- a/edk/Cper.h
+++ b/edk/Cper.h
@@ -1,13 +1,13 @@
-/** @file

-  GUIDs and definitions used for Common Platform Error Record.

-

-  Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>

-  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>

-  SPDX-License-Identifier: BSD-2-Clause-Patent

-

-  @par Revision Reference:

-  GUIDs defined in UEFI 2.7 Specification.

-

+/** @file
+  GUIDs and definitions used for Common Platform Error Record.
+
+  Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>
+  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
+  SPDX-License-Identifier: BSD-2-Clause-Patent
+
+  @par Revision Reference:
+  GUIDs defined in UEFI 2.7 Specification.
+
 **/
 
 #ifndef __CPER_GUID_H__