From 240c3fe587dacc4799605b52a65688d370bb2df3 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 22 Sep 2023 16:00:33 -0400
Subject: [PATCH] what the heck, tab?  thanks markdown-mode

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 99bb88a..3ee2e07 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ However, its APIs are intended to be easy to integrate with such an implementati
 * CHK decoding is implemented with the same limitations as for encoding.
   * The decoding process:
     * Authenticates the data being decoded using the capability.
-	* Ensures the integrity of the data being decoded using the embedded hashes.
+    * Ensures the integrity of the data being decoded using the embedded hashes.
 
 ## Why does it exist?
 
-- 
GitLab