Skip to content

Commit 9691ab3

Browse files
committed
Replace tab indent with spaces
1 parent 19b5f3e commit 9691ab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

video4linux/init.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ function Camera:forward(tensor)
5858
libv4l.grabFrame(self.camidx, self.tensor)
5959
if tensor then
6060
if (self.tensor:type() ~= tensor:type()) then
61-
self.tensortyped:copy(self.tensor)
62-
image.scale(self.tensortyped, tensor)
63-
return tensor
61+
self.tensortyped:copy(self.tensor)
62+
image.scale(self.tensortyped, tensor)
63+
return tensor
6464
end
6565
image.scale(self.tensor, tensor)
6666
return tensor

0 commit comments

Comments
 (0)