Commit fc0ed2e
lib,benchmark,test: implement consistent braces
This change is in preparation for lint-enforced brace style.
PR-URL: #7630
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>1 parent cc7fdf4 commit fc0ed2eCopy full SHA for fc0ed2e
File tree
Expand file treeCollapse file tree
30 files changed
+59
-92
lines changedOpen diff view settings
Filter options
- benchmark/child_process
- lib
- test
- internet
- parallel
- pummel
Expand file treeCollapse file tree
30 files changed
+59
-92
lines changedOpen diff view settings
Collapse file
benchmark/child_process/child-process-read-ipc.js
Copy file name to clipboardExpand all lines: benchmark/child_process/child-process-read-ipc.js+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
3 | | - |
| 2 | + |
4 | 3 | |
5 | 4 | |
6 | 5 | |
|
Collapse file
+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
803 | 803 | |
804 | 804 | |
805 | 805 | |
806 | | - |
807 | | - |
808 | | - |
| 806 | + |
| 807 | + |
| 808 | + |
| 809 | + |
| 810 | + |
809 | 811 | |
810 | 812 | |
811 | 813 | |
|
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
622 | 622 | |
623 | 623 | |
624 | 624 | |
625 | | - |
626 | | - |
| 625 | + |
627 | 626 | |
628 | 627 | |
629 | 628 | |
|
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1158 | 1158 | |
1159 | 1159 | |
1160 | 1160 | |
1161 | | - |
1162 | | - |
| 1161 | + |
1163 | 1162 | |
1164 | 1163 | |
1165 | 1164 | |
|
Collapse file
test/internet/test-dgram-broadcast-multi-process.js
Copy file name to clipboardExpand all lines: test/internet/test-dgram-broadcast-multi-process.js+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
96 | 96 | |
97 | 97 | |
98 | 98 | |
99 | | - |
100 | | - |
| 99 | + |
101 | 100 | |
102 | 101 | |
103 | 102 | |
|
Collapse file
test/parallel/test-child-process-fork-exec-path.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-fork-exec-path.js+2-4Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
| 15 | + |
17 | 16 | |
18 | 17 | |
19 | 18 | |
20 | | - |
21 | | - |
| 19 | + |
22 | 20 | |
23 | 21 | |
24 | 22 | |
|
Collapse file
test/parallel/test-child-process-recv-handle.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-recv-handle.js+2-4Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
49 | 49 | |
50 | 50 | |
51 | 51 | |
52 | | - |
53 | | - |
| 52 | + |
54 | 53 | |
55 | 54 | |
56 | 55 | |
57 | 56 | |
58 | | - |
59 | | - |
| 57 | + |
60 | 58 | |
61 | 59 | |
62 | 60 | |
|
Collapse file
test/parallel/test-cluster-basic.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-basic.js+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
22 | | - |
23 | | - |
| 21 | + |
24 | 22 | |
25 | 23 | |
26 | 24 | |
|
Collapse file
test/parallel/test-cluster-bind-privileged-port.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-bind-privileged-port.js+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
22 | | - |
| 21 | + |
23 | 22 | |
24 | 23 | |
25 | 24 | |
|
Collapse file
test/parallel/test-cluster-bind-twice.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-bind-twice.js+3-6Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | | - |
68 | | - |
| 67 | + |
69 | 68 | |
70 | 69 | |
71 | 70 | |
| ||
75 | 74 | |
76 | 75 | |
77 | 76 | |
78 | | - |
79 | | - |
| 77 | + |
80 | 78 | |
81 | 79 | |
82 | 80 | |
| ||
96 | 94 | |
97 | 95 | |
98 | 96 | |
99 | | - |
100 | | - |
| 97 | + |
101 | 98 | |
102 | 99 | |
103 | 100 | |
|
0 commit comments