Skip to content

Commit 2817dbd

Browse files
Brian Friedkinmkellner
authored andcommitted
tabs
1 parent b9604d1 commit 2817dbd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/files/resource/Resource.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ void Resource_slice(xsMachine *the)
7272
end = xsToInteger(xsArg(1));
7373
if (end > byteLength)
7474
end = byteLength;
75-
if (argc > 2)
76-
copy = xsTest(xsArg(2));
77-
75+
if (argc > 2)
76+
copy = xsTest(xsArg(2));
7877
}
7978
else
8079
end = byteLength;

0 commit comments

Comments
 (0)