]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.c
CryptoPkg: Apply uncrustify changes
[mirror_edk2.git] / CryptoPkg / Library / IntrinsicLib / Ia32 / MathRShiftU64.c
index 86b10040dd157d5e02105c83ba7b039b23580074..4f5f9112d3593402f3fb965412000052479850db 100644 (file)
@@ -4,21 +4,17 @@
   to handle 64-bit math. These functions use non-standard calling conventions.\r
 \r
 Copyright (c) 2014, 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
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
-\r
 /*\r
  * Shifts a 64-bit unsigned value right by a certain number of bits.\r
  */\r
-__declspec(naked) void __cdecl _aullshr (void)\r
+__declspec(naked) void __cdecl\r
+_aullshr (\r
+  void\r
+  )\r
 {\r
   _asm {\r
     ;\r
@@ -47,8 +43,9 @@ More32:
     ret\r
 \r
     ;\r
-    ; Invalid number (less then 32bits), return 0\r
+    ; Invalid number (less  then 32bits), return 0\r
     ;\r
+\r
 _Exit:\r
     xor     eax, eax\r
     xor     edx, edx\r