]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c
ArmPkg: Fix Ecc error 5005 in ArmExceptionLib
[mirror_edk2.git] / ArmPkg / Library / ArmExceptionLib / ArmExceptionLib.c
index 1ff90dede57fe5fe44f03f08ca8a243680b7e1c1..6edda81aaa744b65082d17588dcdf1116880b852 100644 (file)
@@ -2,7 +2,7 @@
 *  Main file supporting the SEC Phase for Versatile Express\r
 *\r
 *  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
-*  Copyright (c) 2011-2014, ARM Limited. All rights reserved.\r
+*  Copyright (c) 2011-2021, Arm Limited. All rights reserved.<BR>\r
 *  Copyright (c) 2016 HP Development Company, L.P.\r
 *\r
 *  SPDX-License-Identifier: BSD-2-Clause-Patent\r
@@ -253,7 +253,8 @@ RETURN_STATUS
 RegisterCpuInterruptHandler(\r
   IN EFI_EXCEPTION_TYPE             ExceptionType,\r
   IN EFI_CPU_INTERRUPT_HANDLER      ExceptionHandler\r
-  ) {\r
+  )\r
+{\r
   if (ExceptionType > gMaxExceptionNumber) {\r
     return RETURN_UNSUPPORTED;\r
   }\r