aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-31 22:52:32 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-10-31 22:52:32 +0100
commitd2b611433890d2a80b4da67374482ed6bd954e40 (patch)
tree8e58a5e7f6009f2bee498834a53d00b087c66330 /src
parent34400f2d328c2adfbfe13170989758e6f52208af (diff)
Remove trailing newline
Diffstat (limited to 'src')
-rw-r--r--src/work.c2
1 files changed, 1 insertions, 1 deletions
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