From 3e56e4126ec8199f15e03c213b37f39d72c27cc3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Jul 2013 01:10:23 +0100 Subject: tabs -> spaces. --- src/lib/video_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/video_decoder.cc') diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index 457cfe47b..38d5dfcb8 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -35,7 +35,7 @@ VideoDecoder::VideoDecoder (shared_ptr f) void VideoDecoder::video (shared_ptr image, bool same, VideoContent::Frame frame) { - Video (image, same, frame); + Video (image, same, frame); _video_position = frame + 1; } -- cgit v1.2.3