mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
Apply "clang-format" preferences globally
This commit is contained in:
parent
d841aeeecd
commit
b85ba99980
64 changed files with 1868 additions and 2678 deletions
|
@ -4,10 +4,11 @@
|
|||
|
||||
struct deco {
|
||||
void *private;
|
||||
void (*expose)(const struct deco *deco, pixman_image_t *pix,
|
||||
int x, int y, int width, int height);
|
||||
void (*expose)(const struct deco *deco, pixman_image_t *pix, int x, int y, int width, int height);
|
||||
void (*destroy)(struct deco *deco);
|
||||
};
|
||||
|
||||
#define DECORATION_COMMON_ATTRS \
|
||||
{NULL, false, NULL}
|
||||
#define DECORATION_COMMON_ATTRS \
|
||||
{ \
|
||||
NULL, false, NULL \
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue