Skip to content

Commit bea4464

Browse files
committed
Fix indentation of bullet lists.
1 parent 07ace5b commit bea4464

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -104,21 +104,15 @@ git ls-files *.[ch] *.[ch]pp | \
104104
### C++ Implementation
105105

106106
- Standard C++11 Compiler
107-
108-
- `auto`
109-
- `std::begin`, `std::end`
110-
- etc.
111-
107+
- `auto`
108+
- `std::begin`, `std::end`
109+
- etc.
112110
- Standard C++11 Standard Library
113-
114-
- `<regex>`
115-
111+
- `<regex>`
116112
- Boost C++ Libraries 1.55.0
117-
118-
- Boost.Program Options
119-
- Boost.Filesytem
120-
- Boost.Algorithm (String)
121-
113+
- Boost.Program Options
114+
- Boost.Filesytem
115+
- Boost.Algorithm (String)
122116
- Boost.Build from Boost C++ Libraries 1.55.0
123117

124118
## Building

0 commit comments

Comments
 (0)