diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-17 01:10:35 +0100 |
| commit | 77fd65d0dd95506b5b51802ab58b6bd5eae60dc7 (patch) | |
| tree | efe16b8542b7b026d9fb35539b536190cefe7372 /src/lib/sndfile_content.h | |
| parent | 3e56e4126ec8199f15e03c213b37f39d72c27cc3 (diff) | |
tabs -> spaces.
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 87350eac7..3b61eee64 100644 --- a/src/lib/sndfile_content.h +++ b/src/lib/sndfile_content.h @@ -45,18 +45,18 @@ public: void as_xml (xmlpp::Node *) const; Time length () const; - /* AudioContent */ - int audio_channels () const { + /* AudioContent */ + int audio_channels () const { boost::mutex::scoped_lock lm (_mutex); return _audio_channels; } - AudioContent::Frame audio_length () const { + AudioContent::Frame audio_length () const { boost::mutex::scoped_lock lm (_mutex); return _audio_length; } - int content_audio_frame_rate () const { + int content_audio_frame_rate () const { boost::mutex::scoped_lock lm (_mutex); return _audio_frame_rate; } |
