summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2025-01-26 14:28:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2025-01-26 14:28:17 (GMT)
commit34a6fb58fc1b8923830e0260c57f2ba90a499a48 (patch)
tree8009a4feb8b098bf7c181f630de3a4696bc94ee2
parent56c148de74ed8c78ce54ed24daa83ec2f641e054 (diff)
Remove an empty line.gtk4
-rw-r--r--src/glibext/singleton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/singleton.c b/src/glibext/singleton.c
index 4930323..0a50d19 100644
--- a/src/glibext/singleton.c
+++ b/src/glibext/singleton.c
@@ -292,7 +292,7 @@ GSingletonCandidate *g_singleton_candidate_dup(const GSingletonCandidate *candid
for (i = 0; i < count; i++)
{
new_children[i] = g_singleton_candidate_dup(children[i]);
-
+
assert(!g_singleton_candidate_is_read_only(new_children[i]));
}