mirror of
https://github.com/janet-lang/janet
synced 2025-10-29 14:47:42 +00:00
Fix formatting.
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user