clang-format: use TypenameMacros
This commit removes line breaks and extra empty lines introduced in
commit fff3f79da9
.
This commit is contained in:
committed by
Orestis Floros
parent
83078a1e16
commit
e3a1c5b294
@ -77,12 +77,10 @@ struct status_block {
|
||||
char *name;
|
||||
char *instance;
|
||||
|
||||
TAILQ_ENTRY(status_block)
|
||||
blocks;
|
||||
TAILQ_ENTRY(status_block) blocks;
|
||||
};
|
||||
|
||||
extern TAILQ_HEAD(statusline_head, status_block)
|
||||
statusline_head;
|
||||
extern TAILQ_HEAD(statusline_head, status_block) statusline_head;
|
||||
|
||||
#include "child.h"
|
||||
#include "ipc.h"
|
||||
|
Reference in New Issue
Block a user