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-category.c | 1 - 1 file changed, 1 deletion(-) (limited to 'liblogdiag/ld-category.c') diff --git a/liblogdiag/ld-category.c b/liblogdiag/ld-category.c index 71383a7..083cb5a 100644 --- a/liblogdiag/ld-category.c +++ b/liblogdiag/ld-category.c @@ -561,4 +561,3 @@ ld_category_get_children (LdCategory *self) g_return_val_if_fail (LD_IS_CATEGORY (self), NULL); return self->priv->subcategories; } - -- cgit v1.2.3