Commit 34a3a661b80c0fa7817c0654ae9fd0686d3b8cd2

Anthony Green 2019-11-21T04:59:39

Fix formatting of README.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/README.md b/README.md
index 177649d..b12913e 100644
--- a/README.md
+++ b/README.md
@@ -200,12 +200,12 @@ See the git log for details at http://github.com/libffi/libffi.
     3.3 TBD
         Add RISC-V support.
         New API in support of GO closures.
-	Add IEEE754 binary128 long double support for 64-bit Power
+        Add IEEE754 binary128 long double support for 64-bit Power
         Default to Microsoft's 64 bit long double ABI with Visual C++.
         GNU compiler uses 80 bits (128 in memory) FFI_GNUW64 ABI.
         Add Windows on ARM64 (WOA) support.
         Add Windows 32-bit ARM support.
-	Raw java (gcj) API deprecated.
+        Raw java (gcj) API deprecated.
         Many new tests cases and bug fixes.
         
     3.2.1 Nov-12-14