doc: convert tabs to spaces · nodejs/node@9ddc915 · GitHub
Skip to content

Commit 9ddc915

Browse files
committed
doc: convert tabs to spaces
Convert all instances of tab indentation in *.md files to spaces. This affects only three files. PR-URL: #7727 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 7400a4a commit 9ddc915

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

doc/changelogs/CHANGELOG_ARCHIVE.md

Lines changed: 19 additions & 19 deletions

doc/changelogs/CHANGELOG_V010.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,14 @@ https://github.com/nodejs/node/commit/8d045a30e95602b443eb259a5021d33feb4df079
309309
* uv: Update to v0.10.29
310310
* child_process: properly support optional args (cjihrig)
311311
* crypto: Disable autonegotiation for SSLv2/3 by default (Fedor Indutny,
312-
Timothy J Fontaine, Alexis Campailla)
313-
This is a behavior change, by default we will not allow the negotiation to
314-
SSLv2 or SSLv3. If you want this behavior, run Node.js with either
315-
`--enable-ssl2` or `--enable-ssl3` respectively.
316-
This does not change the behavior for users specifically requesting
317-
`SSLv2_method` or `SSLv3_method`. While this behavior is not advised, it is
318-
assumed you know what you're doing since you're specifically asking to use
319-
these methods.
312+
Timothy J Fontaine, Alexis Campailla)
313+
This is a behavior change, by default we will not allow the negotiation to
314+
SSLv2 or SSLv3. If you want this behavior, run Node.js with either
315+
`--enable-ssl2` or `--enable-ssl3` respectively.
316+
This does not change the behavior for users specifically requesting
317+
`SSLv2_method` or `SSLv3_method`. While this behavior is not advised, it is
318+
assumed you know what you're doing since you're specifically asking to use
319+
these methods.
320320

321321
<a id="0.10.32"></a>
322322
## 2014.09.16, Version 0.10.32 (Stable)

doc/ctc-meetings/2016-06-15.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)