1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-10 14:56:08 +00:00

Run through astyle with manual corrections

This commit is contained in:
Calvin Rose
2023-06-08 13:01:49 -05:00
parent 866d83579e
commit 9a2897e741
12 changed files with 6 additions and 29 deletions

View File

@@ -78,7 +78,6 @@ double double_lots(
return i + j;
}
EXPORTER
double double_lots_2(
double a,
@@ -204,5 +203,3 @@ EXPORTER
int sixints_fn_3(SixInts s, int x) {
return x + s.u + s.v + s.w + s.x + s.y + s.z;
}