White space.
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Feb 2014 11:39:13 +0000 (11:39 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Feb 2014 11:39:13 +0000 (11:39 +0000)
src/lib/player.cc

index 3584e75cae8afb796928545f0a23c8036c367985..db8be20c2d2365d4a7eadf04c140efa7add20327 100644 (file)
@@ -405,7 +405,6 @@ Player::flush ()
        while (_audio && _audio_position < _video_position) {
                emit_silence (_video_position - _audio_position);
        }
-       
 }
 
 /** Seek so that the next pass() will yield (approximately) the requested frame.