From d2b611433890d2a80b4da67374482ed6bd954e40 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 31 Oct 2024 22:52:32 +0100 Subject: Remove trailing newline --- src/work.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/work.c b/src/work.c index 15c9ea4..fe4697a 100644 --- a/src/work.c +++ b/src/work.c @@ -491,4 +491,4 @@ svposcmp(const void *a_, const void *b_) *b = b_; ptrdiff_t Δ = a->p - b->p; return Δ == 0 ? (ptrdiff_t)a->len - (ptrdiff_t)b->len : Δ; -} +} \ No newline at end of file -- cgit v1.2.3