Commit 94ee3cd
[NFC][offloader] Mark run() definition static to match its declaration (#1250)
Minor nit: `run()` in `tools/offloader/offloader.cpp` is
forward-declared `static` but the definition omits the specifier. Adding
it matches the other two helpers in this file and the readability
rationale in the [LLVM Coding
Standards](https://llvm.org/docs/CodingStandards.html#restrict-visibility).
NFC.
Assisted by Claude Opus 4.7.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a2e657a commit 94ee3cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments