- Remove superfluous whitespace

This commit is contained in:
Nils Dagsson Moskopp 2023-11-08 20:03:06 +01:00
parent 7b2eb59f79
commit 39646904a5
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ local shade = function( origin, target, background_color )
end
end
return color
end
end
x_offset_by_sample = { 0, 1, 0, 1, 0, 1,-1,-1,-1 }
y_offset_by_sample = { 0, 0, 1, 1,-1,-1, 0, 1,-1 }