From bc8ceebef7530b767e9e454f3c5cd6e1749675bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 25 Oct 2021 16:49:23 +0200 Subject: Add clang-format configuration, clean up --- liblogdiag/ld-types.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'liblogdiag/ld-types.c') diff --git a/liblogdiag/ld-types.c b/liblogdiag/ld-types.c index fb2a5ad..8611494 100644 --- a/liblogdiag/ld-types.c +++ b/liblogdiag/ld-types.c @@ -256,7 +256,8 @@ ld_point_array_remove (LdPointArray *self, gint pos, guint length) * * Change size of the array. */ -void ld_point_array_set_size (LdPointArray *self, guint size) +void +ld_point_array_set_size (LdPointArray *self, guint size) { g_return_if_fail (self != NULL); -- cgit v1.2.3