aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c22579ba..2fe9ab59 100644
--- a/README.md
+++ b/README.md
@@ -122,8 +122,8 @@ make -j$(nproc)
Notes for developers
--------------------
-
-- All code is formatted using `clang-format` according to the style rules in `.clang-format` (LLVM based with
+
+- All code is formatted using `clang-format` according to the style rules in `.clang-format` (LLVM based with
increased indent widths and brace wraps after classes).
- To automatically format all source code, run `make clangformat`.
- See the wiki for additional documentation on the architecture API.