1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-30 15:13:03 +00:00

Fix formatting.

This commit is contained in:
Calvin Rose
2019-09-22 15:17:06 -05:00
parent c447e7b3a5
commit 228d045a06

View File

@@ -167,7 +167,7 @@ void janet_stacktrace(JanetFiber *fiber, Janet err) {
if (c == '\r') { if (c == '\r') {
line++; line++;
col = 1; col = 1;
} if (c == '\n') { } else if (c == '\n') {
col = 1; col = 1;
if (last != '\r') { if (last != '\r') {
line++; line++;