From c5cef18516fae464c6c6c9c79e3c557eb342b02f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Oct 2025 16:50:32 +0200 Subject: White space: ffmpeg_subtitle_stream.{cc,h} --- src/lib/ffmpeg_subtitle_stream.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/ffmpeg_subtitle_stream.h') diff --git a/src/lib/ffmpeg_subtitle_stream.h b/src/lib/ffmpeg_subtitle_stream.h index 6251350ce..614a014e6 100644 --- a/src/lib/ffmpeg_subtitle_stream.h +++ b/src/lib/ffmpeg_subtitle_stream.h @@ -27,16 +27,16 @@ class FFmpegSubtitleStream : public FFmpegStream { public: - FFmpegSubtitleStream (std::string n, int i) - : FFmpegStream (n, i) + FFmpegSubtitleStream(std::string n, int i) + : FFmpegStream(n, i) {} - FFmpegSubtitleStream (cxml::ConstNodePtr node, int version); + FFmpegSubtitleStream(cxml::ConstNodePtr node, int version); void as_xml(xmlpp::Element*) const; - void set_colour (RGBA from, RGBA to); - std::map colours () const; + void set_colour(RGBA from, RGBA to); + std::map colours() const; private: /** mutex to protect _colours as it can be set from the "examine FFmpeg subtitles" job thread */ -- cgit v1.2.3