aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTim 'mithro' Ansell <me@mith.ro>2018-07-31 17:33:48 -0700
committerTim 'mithro' Ansell <me@mith.ro>2018-07-31 17:33:48 -0700
commit8dca8447ac168fdecde50a0854f32af30cbac1ab (patch)
treed267295ac4f52528328c266bd38f679de28ae26d /README.md
parentb55ccc12f0b2ac964cb4ff72b191fee2c4e1bdad (diff)
downloadnextpnr-8dca8447ac168fdecde50a0854f32af30cbac1ab.tar.gz
nextpnr-8dca8447ac168fdecde50a0854f32af30cbac1ab.tar.bz2
nextpnr-8dca8447ac168fdecde50a0854f32af30cbac1ab.zip
Fix trailing white space.
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.