diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
| commit | e60bb3e51bd1508b149e6b8f6608f09b5196ae26 (patch) | |
| tree | a7a5b937c9ae138d4eebca8d5130d308bf9ae420 /src/lib/sndfile_content.h | |
| parent | f07d5125a7b609320682689abe40781f096ca25e (diff) | |
No-op: remove all trailing whitespace.
Diffstat (limited to 'src/lib/sndfile_content.h')
| -rw-r--r-- | src/lib/sndfile_content.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h index f5a2e38b1..c07b823d4 100644 --- a/src/lib/sndfile_content.h +++ b/src/lib/sndfile_content.h @@ -38,9 +38,9 @@ public: boost::shared_ptr<SndfileContent> shared_from_this () { return boost::dynamic_pointer_cast<SndfileContent> (Content::shared_from_this ()); } - + DCPTime full_length () const; - + void examine (boost::shared_ptr<Job>); std::string summary () const; std::string technical_summary () const; @@ -48,7 +48,7 @@ public: void as_xml (xmlpp::Node *) const; void take_from_audio_examiner (boost::shared_ptr<AudioExaminer>); - + static bool valid_file (boost::filesystem::path); private: @@ -56,7 +56,7 @@ private: boost::mutex::scoped_lock lm (_mutex); return _audio_length; } - + Frame _audio_length; }; |
