mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Remove trailing whitespace from all files (#497)
This commit is contained in:
parent
d3f3cb7ab4
commit
7e2eae5c15
356 changed files with 41701 additions and 41680 deletions
4
third_party/quickjs/tests/test_closure.js
vendored
4
third_party/quickjs/tests/test_closure.js
vendored
|
@ -54,7 +54,7 @@ function test_closure1()
|
|||
function f2()
|
||||
{
|
||||
var val = 1;
|
||||
|
||||
|
||||
function set(a) {
|
||||
val = a;
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ function test_closure1()
|
|||
}
|
||||
return { "set": set, "get": get };
|
||||
}
|
||||
|
||||
|
||||
var obj = f2();
|
||||
obj.set(10);
|
||||
var r;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue