From a473d630eb165272992e90f8d854b1d66ec0be63 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Jun 2011 16:50:12 +0000 Subject: Fix broken whitespace. I'd apologize for the compile times if it was my fault :D git-svn-id: svn://localhost/ardour2/branches/3.0@9654 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/audio_track.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libs/ardour/ardour/audio_track.h') diff --git a/libs/ardour/ardour/audio_track.h b/libs/ardour/ardour/audio_track.h index 80124300fd..7a2c50099f 100644 --- a/libs/ardour/ardour/audio_track.h +++ b/libs/ardour/ardour/audio_track.h @@ -28,7 +28,7 @@ class Session; class AudioDiskstream; class AudioPlaylist; class RouteGroup; -class AudioFileSource; +class AudioFileSource; class AudioTrack : public Track { @@ -40,10 +40,10 @@ class AudioTrack : public Track bool can_use_mode (TrackMode m, bool& bounce_required); int roll (pframes_t nframes, framepos_t start_frame, framepos_t end_frame, - int declick, bool can_record, bool rec_monitors_input, bool& need_butler); + int declick, bool can_record, bool rec_monitors_input, bool& need_butler); void use_new_diskstream (); - void set_diskstream (boost::shared_ptr); + void set_diskstream (boost::shared_ptr); DataType data_type () const { return DataType::AUDIO; @@ -62,11 +62,11 @@ class AudioTrack : public Track boost::shared_ptr write_source (uint32_t n = 0); bool bounceable () const; - + protected: boost::shared_ptr audio_diskstream () const; XMLNode& state (bool full); - + int _set_state (const XMLNode&, int, bool call_base); private: -- cgit v1.2.3