]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/CompilerIntrinsicsLib/Arm/clzsi2.c
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / clzsi2.c
index 50ae87a6cc709888eb6dfb3cb156c34ed15a5eb3..5c2a3ea2b4282a317e7e9fb1057c768d48b5fc3b 100644 (file)
@@ -2,7 +2,7 @@
   Compiler intrinsic to return the number of leading zeros, 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