Commit 6d1606e
test,tools: adjust function argument alignment
In preparation for a lint rule enforcing function argument alignment,
adjust function arguments to be aligned.
PR-URL: #6390
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Imran Iqbal <imran@imraniqbal.org>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ryan Graham <r.m.graham@gmail.com>1 parent fdde369 commit 6d1606eCopy full SHA for 6d1606e
File tree
Expand file treeCollapse file tree
29 files changed
+111
-79
lines changedOpen diff view settings
Filter options
- test
- internet
- parallel
- tools/doc
Expand file treeCollapse file tree
29 files changed
+111
-79
lines changedOpen diff view settings
Collapse file
test/internet/test-dgram-multicast-multi-process.js
Copy file name to clipboardExpand all lines: test/internet/test-dgram-multicast-multi-process.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
91 | 91 | |
92 | 92 | |
93 | 93 | |
94 | | - |
| 94 | + |
95 | 95 | |
96 | 96 | |
97 | 97 | |
|
Collapse file
test/parallel/test-assert.js
Copy file name to clipboardExpand all lines: test/parallel/test-assert.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
462 | 462 | |
463 | 463 | |
464 | 464 | |
465 | | - |
| 465 | + |
466 | 466 | |
467 | 467 | |
468 | 468 | |
|
Collapse file
test/parallel/test-buffer-alloc.js
Copy file name to clipboardExpand all lines: test/parallel/test-buffer-alloc.js+24-12Lines changed: 24 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
645 | 645 | |
646 | 646 | |
647 | 647 | |
648 | | - |
649 | | - |
650 | | - |
651 | | - |
652 | | - |
653 | | - |
654 | | - |
655 | | - |
656 | | - |
657 | | - |
658 | | - |
659 | | - |
| 648 | + |
| 649 | + |
| 650 | + |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
| 669 | + |
| 670 | + |
| 671 | + |
660 | 672 | |
661 | 673 | |
662 | 674 | |
|
Collapse file
test/parallel/test-buffer.js
Copy file name to clipboardExpand all lines: test/parallel/test-buffer.js+24-12Lines changed: 24 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
643 | 643 | |
644 | 644 | |
645 | 645 | |
646 | | - |
647 | | - |
648 | | - |
649 | | - |
650 | | - |
651 | | - |
652 | | - |
653 | | - |
654 | | - |
655 | | - |
656 | | - |
657 | | - |
| 646 | + |
| 647 | + |
| 648 | + |
| 649 | + |
| 650 | + |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
| 669 | + |
658 | 670 | |
659 | 671 | |
660 | 672 | |
|
Collapse file
test/parallel/test-cluster-basic.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-basic.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
| ||
93 | 93 | |
94 | 94 | |
95 | 95 | |
96 | | - |
| 96 | + |
97 | 97 | |
98 | 98 | |
99 | 99 | |
|
Collapse file
test/parallel/test-crypto-binary-default.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto-binary-default.js+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
347 | 347 | |
348 | 348 | |
349 | 349 | |
350 | | - |
351 | | - |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
352 | 355 | |
353 | 356 | |
354 | 357 | |
|
Collapse file
test/parallel/test-crypto-hash.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto-hash.js+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
43 | | - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
44 | 47 | |
45 | 48 | |
46 | 49 | |
|
Collapse file
test/parallel/test-domain-exit-dispose-again.js
Copy file name to clipboardExpand all lines: test/parallel/test-domain-exit-dispose-again.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
43 | 43 | |
44 | 44 | |
|
Collapse file
test/parallel/test-domain-stack-empty-in-process-uncaughtexception.js
Copy file name to clipboardExpand all lines: test/parallel/test-domain-stack-empty-in-process-uncaughtexception.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
|
Collapse file
test/parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler.js
Copy file name to clipboardExpand all lines: test/parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler.js+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
62 | 62 | |
63 | 63 | |
64 | 64 | |
65 | | - |
66 | | - |
| 65 | + |
| 66 | + |
67 | 67 | |
68 | 68 | |
69 | 69 | |
| ||
72 | 72 | |
73 | 73 | |
74 | 74 | |
75 | | - |
76 | | - |
| 75 | + |
| 76 | + |
77 | 77 | |
78 | 78 | |
79 | 79 | |
|
0 commit comments