aboutsummaryrefslogtreecommitdiff
path: root/src/std/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/std/log.c')
-rw-r--r--src/std/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/std/log.c b/src/std/log.c
index a03e62f..88ff0cf 100644
--- a/src/std/log.c
+++ b/src/std/log.c
@@ -72,4 +72,4 @@ void amal_log_warning(const char *fmt, ...) {
va_end(args);
fprintf(stderr, "\n");
ignore_result_int(amal_mutex_unlock(&mutex));
-} \ No newline at end of file
+}