summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/SMF.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-24 22:48:05 +0000
committerDavid Robillard <d@drobilla.net>2010-12-24 22:48:05 +0000
commitbffe0c4f9825b9609acba67dd574d895aa619b66 (patch)
treeb5ab65078edf2e726ea8dea30a0db4ee0dc3d096 /libs/evoral/evoral/SMF.hpp
parent8e201d18a88d4cf4ca1163c32bdc2400c28ead8d (diff)
Fix broken whitespace.
git-svn-id: svn://localhost/ardour2/branches/3.0@8341 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/evoral/SMF.hpp')
-rw-r--r--libs/evoral/evoral/SMF.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/evoral/evoral/SMF.hpp b/libs/evoral/evoral/SMF.hpp
index 1b2eab4b82..15799b8fe3 100644
--- a/libs/evoral/evoral/SMF.hpp
+++ b/libs/evoral/evoral/SMF.hpp
@@ -53,14 +53,14 @@ public:
void seek_to_start() const;
int seek_to_track(int track);
- int read_event(uint32_t* delta_t, uint32_t* size, uint8_t** buf, event_id_t* note_id) const;
+ int read_event(uint32_t* delta_t, uint32_t* size, uint8_t** buf, event_id_t* note_id) const;
uint16_t num_tracks() const;
uint16_t ppqn() const;
bool is_empty() const { return _empty; }
void begin_write();
- void append_event_delta(uint32_t delta_t, uint32_t size, const uint8_t* buf, event_id_t note_id);
+ void append_event_delta(uint32_t delta_t, uint32_t size, const uint8_t* buf, event_id_t note_id);
void end_write() THROW_FILE_ERROR;
void flush() {};
@@ -68,7 +68,7 @@ public:
double round_to_file_precision (double val) const;
protected:
- void set_path (const std::string& p);
+ void set_path (const std::string& p);
private:
std::string _file_path;