mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-22 18:25:38 +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
|
@ -3,5 +3,5 @@
|
|||
#include <stddef.h>
|
||||
|
||||
struct particle;
|
||||
struct exposable *dynlist_exposable_new(
|
||||
struct exposable **exposables, size_t count, int left_spacing, int right_spacing);
|
||||
struct exposable *dynlist_exposable_new(struct exposable **exposables, size_t count, int left_spacing,
|
||||
int right_spacing);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue