From e60bb3e51bd1508b149e6b8f6608f09b5196ae26 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 Jun 2015 01:15:32 +0100 Subject: No-op: remove all trailing whitespace. --- src/lib/subtitle_decoder.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/subtitle_decoder.cc') diff --git a/src/lib/subtitle_decoder.cc b/src/lib/subtitle_decoder.cc index 93493aa70..dd2558505 100644 --- a/src/lib/subtitle_decoder.cc +++ b/src/lib/subtitle_decoder.cc @@ -74,7 +74,7 @@ SubtitleDecoder::get (list const & subs, list const & sp, /* Now look for what we wanted in the data we have collected */ /* XXX: inefficient */ - + list out; for (typename list::const_iterator i = subs.begin(); i != subs.end(); ++i) { if ((starting && period.contains (i->period().from)) || (!starting && period.overlaps (i->period ()))) { @@ -83,7 +83,7 @@ SubtitleDecoder::get (list const & subs, list const & sp, } /* Discard anything in _decoded_image_subtitles that is outside 5 seconds either side of period */ - + list::iterator i = _decoded_image_subtitles.begin(); while (i != _decoded_image_subtitles.end()) { list::iterator tmp = i; -- cgit v1.2.3