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
@ -15,12 +15,10 @@ struct Colorpixel {
|
||||
char hex[8];
|
||||
uint32_t pixel;
|
||||
|
||||
SLIST_ENTRY(Colorpixel)
|
||||
colorpixels;
|
||||
SLIST_ENTRY(Colorpixel) colorpixels;
|
||||
};
|
||||
|
||||
SLIST_HEAD(colorpixel_head, Colorpixel)
|
||||
colorpixels;
|
||||
SLIST_HEAD(colorpixel_head, Colorpixel) colorpixels;
|
||||
|
||||
/*
|
||||
* Returns the colorpixel to use for the given hex color (think of HTML).
|
||||
|
Reference in New Issue
Block a user