aboutcode-org / aboutcode-org/scancode-toolkit
Incorrect holder collected
Open
bug
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 791
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 5
Description
```
#define stringMatch(s1,s2) (strcmp (s1,s2) == 0)
#define isspacetab(c) ((c) == SPACE || (c) == TAB)
```
yields SPACE as a holder
Contributor guide
Assessment
This issue has not been assessed yet.