diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-16 20:35:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-16 20:35:54 +0000 |
| commit | 5877be91301e5dd54ca125c0acd7bfb1ecc3dcd6 (patch) | |
| tree | 96952a50aeb4f68ab458f8191a3d464f8ced7aa7 /src/raw_subtitle.h | |
| parent | 462902f22a930c52d6d4ac4ac9097d078108b568 (diff) | |
No-op; remove trailing whitespace.
Diffstat (limited to 'src/raw_subtitle.h')
| -rw-r--r-- | src/raw_subtitle.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/raw_subtitle.h b/src/raw_subtitle.h index a27329a..2a202c1 100644 --- a/src/raw_subtitle.h +++ b/src/raw_subtitle.h @@ -54,7 +54,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 @@ -67,12 +67,12 @@ public: Time from; /** to time */ Time to; - + boost::optional<Time> fade_up; boost::optional<Time> fade_down; }; -bool operator< (RawSubtitle const &, RawSubtitle const &); +bool operator< (RawSubtitle const &, RawSubtitle const &); } |
