]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Bra.h
MdeModulePkg: strip trailing whitespace
[mirror_edk2.git] / MdeModulePkg / Library / LzmaCustomDecompressLib / Sdk / C / Bra.h
index aba8dce14f19cf33840b18d92a376789d920360d..ecf7b0c44759eb074cf7da2aa32f26f726c81415 100644 (file)
@@ -11,23 +11,23 @@ EXTERN_C_BEGIN
 /*\r
 These functions convert relative addresses to absolute addresses\r
 in CALL instructions to increase the compression ratio.\r
-  \r
+\r
   In:\r
     data     - data buffer\r
     size     - size of data\r
     ip       - current virtual Instruction Pinter (IP) value\r
     state    - state variable for x86 converter\r
     encoding - 0 (for decoding), 1 (for encoding)\r
-  \r
+\r
   Out:\r
     state    - state variable for x86 converter\r
 \r
   Returns:\r
     The number of processed bytes. If you call these functions with multiple calls,\r
     you must start next call with first byte after block of processed bytes.\r
-  \r
+\r
   Type   Endian  Alignment  LookAhead\r
-  \r
+\r
   x86    little      1          4\r
   ARMT   little      2          2\r
   ARM    little      4          0\r