1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 11:09:54 +00:00

Fix indentation, converting some tabs to spaces.

This commit is contained in:
Dan Skorupski 2019-02-19 17:41:21 -06:00
parent dbcbb4466d
commit ef5f80ad38
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;
}
}
}