Commit 812cea6
committed
[P.6] trivial: Move a code comment (//...) to the line above the code (#2288)
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 80ddcb0 commit 812cea6
1 file changed
+2
-1
lines changed| 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