Fix tabulation

This commit is contained in:
Ian Barwick
2017-04-22 09:06:42 +09:00
parent dcb0d71591
commit 18c2cfda0b
9 changed files with 148 additions and 147 deletions

2
log.c
View File

@@ -78,7 +78,7 @@ _stderr_log_with_level(const char *level_name, int level, const char *fmt, va_li
}
vfprintf(stderr, fmt, ap);
fprintf(stderr, "\n");
fprintf(stderr, "\n");
fflush(stderr);
}
}