linksplatform / linksplatform/Data.Triplets.Kernel
Place asterisk close to variable name not type in variable declarations
Open
- Dominant language
- C
- Stars
- 1
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
`Link* source;` should be changed to `Link *source;`
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named in the issue. Search the C sources for declarations matching `Link* source;`, then verify the requested declarations use `Link *source;` and review the diff for unintended changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100