Fix trailing white space.

This commit is contained in:
Tim 'mithro' Ansell 2018-07-31 17:33:48 -07:00
parent b55ccc12f0
commit 8dca8447ac

View File

@ -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.