Commit 36a120d
committed
trivial: Move a code comment (//...) to the line above the code
This matches the way the previous, related code example is written,
a fact you can observe more readily by reviewing the patch of this
commit with larger context:
git diff -U19
Specifically, the previous example looks like this:
// bad: the number of elements is not passed to f()
f(new int[n]);1 parent c397543 commit 36a120d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
770 | | - | |
| 770 | + | |
| 771 | + | |
771 | 772 | | |
772 | 773 | | |
773 | 774 | | |
| |||
0 commit comments