Skip to content

Commit fc07e51

Browse files
committed
whitespace
Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
1 parent 56782c5 commit fc07e51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

INSTALL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ To create the toolchain with libdispatch Using build-toolchain in Linux:
6969
```
7070
./swift/utils/build-toolchain local.swift
7171
```
72-
72+
7373
Note that adding libdispatch in build-presets.ini is for Linux only as Swift on macOS platforms uses the system installed libdispatch, so its not required.
74-
74+
7575
### Building and installing on OS X
7676
7777
The following configure options may be of general interest:
@@ -150,13 +150,13 @@ Note that libdispatch development and testing is done only
150150
on Ubuntu; currently supported versions are 14.04, 15.10 and 16.04.
151151
152152
1. The first thing to do is install required packages:
153-
153+
154154
1a. Install build tools and clang compiler.
155155
`sudo apt-get install autoconf libtool pkg-config clang`
156-
156+
157157
1b. Install dtrace (to generate provider.h)
158158
`sudo apt-get install systemtap-sdt-dev`
159-
159+
160160
1c. Install additional libdispatch dependencies
161161
`sudo apt-get install libblocksruntime-dev libkqueue-dev libbsd-dev`
162162
@@ -174,7 +174,7 @@ to get the gold linker.
174174
git submodule init
175175
git submodule update
176176
```
177-
177+
178178
3. Build (as in the general instructions above)
179179
180180
```

0 commit comments

Comments
 (0)