summaryrefslogtreecommitdiff
path: root/src/source.c
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-12 22:34:18 +0200
committerLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-12 22:45:04 +0200
commitd58e1aea4b57e890706b96565c8c1fd9e09b42ec (patch)
tree61a838aa434da6a890ace72898b854328e0b688f /src/source.c
parent5aa88cf26954a738d0f22a7c90bb33f1df422919 (diff)
downloadanimtool-d58e1aea4b57e890706b96565c8c1fd9e09b42ec.tar.xz
fix whitespaceHEADmain
Diffstat (limited to 'src/source.c')
-rw-r--r--src/source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source.c b/src/source.c
index cc544e4..e73c4b2 100644
--- a/src/source.c
+++ b/src/source.c
@@ -31,7 +31,7 @@ void source_error(struct source *src, struct range loc, const char *fmt, ...)
va_start(args, fmt);
vfprintf(stderr, fmt, args);
va_end(args);
-
+
fprintf(stderr, "\n");
while (line.ptr && line.ptr < p_end) {