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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user