diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2021-06-14 17:38:38 +0100 |
---|---|---|
committer | Nick Winans <nick@winans.codes> | 2021-06-16 16:23:53 -0500 |
commit | 6f3a2529aefefa1d580bd94c9f2025b7a50bfd97 (patch) | |
tree | 2c4e715d5f0281de2be4bd204eb0634751760bf5 /docs | |
parent | efa497c69b813852d3704dbd96207f1186eb941a (diff) |
docs(setup): fix whitespace mismatch in host dependencies
Replaces spaces with tabs (bzip2).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/development/setup.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docs/development/setup.md b/docs/docs/development/setup.md index 2aed916..09f1ece 100644 --- a/docs/docs/development/setup.md +++ b/docs/docs/development/setup.md @@ -53,7 +53,7 @@ sudo apt install -y \ autoconf \ automake \ build-essential \ - bzip2 \ + bzip2 \ ccache \ device-tree-compiler \ dfu-util \ @@ -95,7 +95,7 @@ sudo apt install -y \ autoconf \ automake \ build-essential \ - bzip2 \ + bzip2 \ ccache \ device-tree-compiler \ dfu-util \ @@ -135,7 +135,7 @@ sudo dnf install -y \ wget \ autoconf \ automake \ - bzip2 \ + bzip2 \ ccache \ dtc \ dfu-util \ |