Commit 87d48d6
committed
uvector.h: Add "// namespace rp" at the end of the file.
Fixes a clang-tidy warning:
src/uvector.h:42:1: warning: namespace 'rp' not terminated with a closing comment [google-readability-namespace-comments]
42 | }
| ^
| // namespace rp
src/uvector.h:11:11: note: namespace 'rp' starts here
11 | namespace rp {
| ^1 parent 109e620 commit 87d48d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
0 commit comments