aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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