summaryrefslogtreecommitdiff
path: root/src/source.c
diff options
context:
space:
mode:
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) {