1
0
mirror of https://github.com/janet-lang/janet synced 2025-07-13 15:32:54 +00:00

Merge pull request #49 from boardwalk/fix_indentation

Fix indentation, converting some tabs to spaces.
This commit is contained in:
Calvin Rose 2019-02-19 19:08:18 -05:00 committed by GitHub
commit 7c19ed8a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 421 additions and 423 deletions

View File

@ -694,4 +694,3 @@ void janet_buffer_format(
}
}
}

View File

@ -409,6 +409,5 @@ void janet_put(Janet ds, Janet key, Janet value) {
}
break;
}
}
}