From af9254ab1cdee36cd7b68d52a49ba6a25d54b1c4 Mon Sep 17 00:00:00 2001 From: Wu Yongwei Date: Tue, 1 Nov 2022 22:06:17 +0800 Subject: [PATCH] Fix a wrong format TAB should not be used, and a blank line is necessary. Signed-off-by: Wu Yongwei --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a76c2..8f19e18 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,8 @@ By default the library is configured with internal debugging self-checks disabled. For always-on debugging self-checks: - ./configure --enable-rcu-debug + + ./configure --enable-rcu-debug For fine grained enabling of debugging self-checks, build userspace-rcu with `DEBUG_RCU` defined and compile dependent -- 2.34.1