summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/ltc_file_reader.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-08 01:56:52 +0200
committerRobin Gareus <robin@gareus.org>2019-04-08 01:56:52 +0200
commit94409c80f3d42789e5d9246d7343dfa5354bc14e (patch)
treea7c3b82917d603b25bc95cf54726bd05fb4fd89e /libs/ardour/ardour/ltc_file_reader.h
parente4f18c177161466d28e357bcfc5ad946c6f7634a (diff)
NO-OP: whitespace
Diffstat (limited to 'libs/ardour/ardour/ltc_file_reader.h')
-rw-r--r--libs/ardour/ardour/ltc_file_reader.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/ardour/ardour/ltc_file_reader.h b/libs/ardour/ardour/ltc_file_reader.h
index a91c7fffdd..f44a2596bf 100644
--- a/libs/ardour/ardour/ltc_file_reader.h
+++ b/libs/ardour/ardour/ltc_file_reader.h
@@ -41,8 +41,8 @@ public:
samplepos_t read (uint32_t& hh, uint32_t& mm, uint32_t& ss, uint32_t& ff);
private:
- LTCDecoder* _decoder;
- samplecnt_t _position;
+ LTCDecoder* _decoder;
+ samplecnt_t _position;
};
class LIBARDOUR_API LTCFileReader
@@ -76,9 +76,9 @@ private:
SNDFILE* _sndfile;
SF_INFO _info;
- LTCReader* _reader;
- float* _interleaved_audio_buffer;
- samplecnt_t _samples_read;
+ LTCReader* _reader;
+ float* _interleaved_audio_buffer;
+ samplecnt_t _samples_read;
};