]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Arm/EnableInterrupts.asm
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseLib / Arm / EnableInterrupts.asm
index e758224439049c18163bf9472b647da4a4668596..96d7a790f5566d522654536d4dd8cb8d05bfdef1 100644 (file)
@@ -1,8 +1,8 @@
-;------------------------------------------------------------------------------ \r
+;------------------------------------------------------------------------------\r
 ;\r
 ; EnableInterrupts() for ARM\r
 ;\r
-; Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 ; Portions copyright (c) 2008 - 2009, Apple Inc. 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
@@ -33,5 +33,5 @@ EnableInterrupts
     BIC     R0,R0,#0x80             ;Enable IRQ interrupts\r
     MSR     CPSR_c,R0\r
     BX      LR\r
-    \r
+\r
     END\r