]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/CompilerIntrinsicsLib/Arm/udivmoddi4.c
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / udivmoddi4.c
index 829482ddf5ab319a7e984005dd9bc431c6ee0af5..a268596a1117a224f27746554a00e2948dc7f726 100644 (file)
@@ -2,7 +2,7 @@
   Compiler intrinsic for 64-bit compare, ported from LLVM code.\r
 \r
   Copyright (c) 2008-2009, Apple Inc. All rights reserved.<BR>\r
-  \r
+\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
 /**\r
   University of Illinois/NCSA\r
   Open Source License\r
-  \r
+\r
   Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign.\r
   All rights reserved.\r
-  \r
+\r
   Developed by:\r
-  \r
+\r
       LLVM Team\r
-  \r
+\r
       University of Illinois at Urbana-Champaign\r
-  \r
+\r
       http://llvm.org\r
-  \r
+\r
   Permission is hereby granted, free of charge, to any person obtaining a copy of\r
   this software and associated documentation files (the "Software"), to deal with\r
   the Software without restriction, including without limitation the rights to\r
   use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\r
   of the Software, and to permit persons to whom the Software is furnished to do\r
   so, subject to the following conditions:\r
-  \r
+\r
       * Redistributions of source code must retain the above copyright notice,\r
         this list of conditions and the following disclaimers.\r
-  \r
+\r
       * Redistributions in binary form must reproduce the above copyright notice,\r
         this list of conditions and the following disclaimers in the\r
         documentation and/or other materials provided with the distribution.\r
-  \r
+\r
       * Neither the names of the LLVM Team, University of Illinois at\r
         Urbana-Champaign, nor the names of its contributors may be used to\r
         endorse or promote products derived from this Software without specific\r
         prior written permission.\r
-  \r
+\r
   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
   FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\r
@@ -75,12 +75,12 @@ __udivmoddi4 (UINT64 a, UINT64 b, UINT64* rem)
     udwords q;\r
     udwords r;\r
     unsigned sr;\r
-    \r
+\r
     if (b == 0) {\r
 //      ASSERT (FALSE);\r
       return 0;\r
     }\r
-    \r
+\r
     // special cases, X is unknown, K != 0\r
     if (n.high == 0)\r
     {\r