Fix some whitespace inconsistency.
This commit is contained in:
parent
0712dadd29
commit
c2e0c4fd6c
1 changed files with 5 additions and 5 deletions
|
@ -36,9 +36,9 @@ With the latest package information, you can now install the base dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
git \
|
git \
|
||||||
wget \
|
wget \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
build-essential \
|
build-essential \
|
||||||
ccache \
|
ccache \
|
||||||
|
@ -49,8 +49,8 @@ sudo apt install -y \
|
||||||
gcc-multilib \
|
gcc-multilib \
|
||||||
libtool \
|
libtool \
|
||||||
make \
|
make \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
cmake \
|
cmake \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
|
|
Loading…
Reference in a new issue