summaryrefslogtreecommitdiff
path: root/src/subtitle.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-16 20:35:54 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-16 20:35:54 +0000
commit5877be91301e5dd54ca125c0acd7bfb1ecc3dcd6 (patch)
tree96952a50aeb4f68ab458f8191a3d464f8ced7aa7 /src/subtitle.h
parent462902f22a930c52d6d4ac4ac9097d078108b568 (diff)
No-op; remove trailing whitespace.
Diffstat (limited to 'src/subtitle.h')
-rw-r--r--src/subtitle.h10
1 files changed, 5 insertions, 5 deletions
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<std::string> font;
@@ -59,7 +59,7 @@ public:
boost::optional<Effect> effect;
boost::optional<Colour> 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<Time> fade_up;
boost::optional<Time> fade_down;