mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 09:47:17 +00:00
Fix formatting.
This commit is contained in:
parent
c447e7b3a5
commit
228d045a06
@ -167,7 +167,7 @@ void janet_stacktrace(JanetFiber *fiber, Janet err) {
|
||||
if (c == '\r') {
|
||||
line++;
|
||||
col = 1;
|
||||
} if (c == '\n') {
|
||||
} else if (c == '\n') {
|
||||
col = 1;
|
||||
if (last != '\r') {
|
||||
line++;
|
||||
|
Loading…
Reference in New Issue
Block a user