From 5877be91301e5dd54ca125c0acd7bfb1ecc3dcd6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Dec 2015 20:35:54 +0000 Subject: No-op; remove trailing whitespace. --- src/subtitle.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/subtitle.h') diff --git a/src/subtitle.h b/src/subtitle.h index 3906314..2d22dac 100644 --- a/src/subtitle.h +++ b/src/subtitle.h @@ -49,7 +49,7 @@ public: /** Construct a Block taking any relevant information from a RawSubtitle */ Block (RawSubtitle s); - + /** Subtitle text in UTF-8 */ std::string text; boost::optional font; @@ -59,7 +59,7 @@ public: boost::optional effect; boost::optional effect_colour; - + Colour colour; bool bold; ///< true to use a bold version of font bool italic; ///< true to use an italic version of font @@ -75,7 +75,7 @@ class Line { public: Line () {} - + /** Construct a Line taking any relevant information from a RawSubtitle */ Line (RawSubtitle s); @@ -101,12 +101,12 @@ public: /** Construct a Line taking any relevant information from a RawSubtitle */ Subtitle (RawSubtitle s); - + /** from time */ Time from; /** to time */ Time to; - + boost::optional