Skip to content

Commit 3dbed42

Browse files
committed
remove trailing whitespace
1 parent 4ce7d03 commit 3dbed42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/aurora.psh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fun calc_boundaries() {
2727
let chunk_size = HEIGHT _/ NTHREADS;
2828
let rem = HEIGHT % NTHREADS;
2929
let var limit = 0;
30-
30+
3131
let boundaries = [];
3232
for (let var i=0; i<NTHREADS; ++i) {
3333
limit += (chunk_size + ((i < rem) ? 1 : 0));

0 commit comments

Comments
 (0)