Fix broken whitespace via merciless application of the emacs hammer.

git-svn-id: svn://localhost/ardour2/branches/3.0@10782 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2011-11-23 00:17:31 +00:00
parent 2929cd1c36
commit efe14fbd52
16 changed files with 733 additions and 735 deletions

View file

@ -72,7 +72,7 @@ typedef boost::fast_pool_allocator<
boost::default_user_allocator_new_delete,
boost::details::pool::null_mutex,
8192>
ControlEventAllocator;
ControlEventAllocator;
/** A list (sequence) of time-stamped values for a control

View file

@ -1,4 +1,3 @@
/* This file is part of Evoral.
* Copyright (C) 2008 David Robillard <http://drobilla.net>
* Copyright (C) 2000-2008 Paul Davis

View file

@ -67,10 +67,10 @@ public:
double round_to_file_precision (double val) const;
protected:
protected:
void set_path (const std::string& p);
private:
private:
std::string _file_path;
smf_t* _smf;
smf_track_t* _smf_track;

View file

@ -31,7 +31,6 @@ namespace Evoral {
/** ID of an event (note or other). This must be operable on by glib
atomic ops
*/
typedef int32_t event_id_t;
/** Musical time: beats relative to some defined origin */