summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2018-11-14 09:52:49 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2018-11-14 09:54:43 -0500
commit4fd00f2681b95dd0532f754f95f9766cad5196a4 (patch)
treeab25a000e02ac5f2aabfa39c2db872bb9cecabe7
parent65f5d9633b984c4960d99a16728b32e025c95d38 (diff)
downloadninja-4fd00f2681b95dd0532f754f95f9766cad5196a4.tar.gz
HACKING: fix some whitespace nits
-rw-r--r--HACKING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING.md b/HACKING.md
index 5c2469b..8ba960f 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -30,14 +30,14 @@ Visual Studio.
##### Using Visual Studio
Assuming that you now have python installed, then the steps for building under
- Windows using Visual Studio are:
-
+Windows using Visual Studio are:
+
Clone and checkout the latest release (or whatever branch you want). You
can do this in either a command prompt or by opening a git bash prompt:
```
- $ git clone git://github.com/ninja-build/ninja.git && cd ninja
- $ git checkout release
+ $ git clone git://github.com/ninja-build/ninja.git && cd ninja
+ $ git checkout release
```
Then: