]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptArc4Null.c
CryptoPkg: Clean up source files
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibRuntimeCryptProtocol / Cipher / CryptArc4Null.c
index 1275e20f8918109d2d4b8d11d74b0f3227829ed3..5b48e445f25088c833da86ff2e5746a444e4aad9 100644 (file)
@@ -1,7 +1,7 @@
-/** @file \r
+/** @file\r
   ARC4 Wrapper Implementation which does not provide real capabilities.\r
 \r
-Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2012 - 2018, 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
@@ -78,7 +78,7 @@ Arc4Encrypt (
   IN      UINTN        InputSize,\r
   OUT     UINT8        *Output\r
   )\r
-{ \r
+{\r
   ASSERT (FALSE);\r
   return FALSE;\r
 }\r