mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Cleanup osx/queue.h whitespace.
Remove TAILQ_END from osx/osx.h since it is in osx/queue.h.
This commit is contained in:
parent
354d4e4969
commit
c7b39bacf2
2 changed files with 8 additions and 12 deletions
|
@ -1,5 +1 @@
|
||||||
long long strtonum(const char *, long long, long long, const char **);
|
long long strtonum(const char *, long long, long long, const char **);
|
||||||
|
|
||||||
#ifndef TAILQ_END
|
|
||||||
#define TAILQ_END(head) NULL
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue