From 4dc63966f0872efe768dad61eb9b8785d06b92d1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Oct 2015 14:51:05 -0400 Subject: globally remove all trailing whitespace from ardour code base. Paul Davis was responsible for introducing almost all of this. --- libs/ardour/ardour/audioengine.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'libs/ardour/ardour/audioengine.h') diff --git a/libs/ardour/ardour/audioengine.h b/libs/ardour/ardour/audioengine.h index fcb1226e1a..e2ae52996d 100644 --- a/libs/ardour/ardour/audioengine.h +++ b/libs/ardour/ardour/audioengine.h @@ -75,7 +75,7 @@ class LIBARDOUR_API AudioEngine : public SessionHandlePtr, public PortManager ProcessThread* main_thread() const { return _main_thread; } - /* START BACKEND PROXY API + /* START BACKEND PROXY API * * See audio_backend.h for full documentation and semantics. These wrappers * just forward to a backend implementation. @@ -139,7 +139,7 @@ class LIBARDOUR_API AudioEngine : public SessionHandlePtr, public PortManager } framecnt_t processed_frames() const { return _processed_frames; } - + void set_session (Session *); void remove_session (); // not a replacement for SessionHandle::session_going_away() Session* session() const { return _session; } @@ -150,19 +150,19 @@ class LIBARDOUR_API AudioEngine : public SessionHandlePtr, public PortManager public: virtual const char *what() const throw() { return "could not connect to engine backend"; } }; - + void split_cycle (pframes_t offset); - + int reset_timebase (); - + void update_latencies (); - + /* this signal is sent for every process() cycle while freewheeling. (the regular process() call to session->process() is not made) */ - + PBD::Signal1 Freewheel; - + PBD::Signal0 Xrun; /** this signal is emitted if the sample rate changes */ @@ -175,30 +175,30 @@ class LIBARDOUR_API AudioEngine : public SessionHandlePtr, public PortManager PBD::Signal0 DeviceError; /* this signal is emitted if the device list changed */ - + PBD::Signal0 DeviceListChanged; - + /* this signal is sent if the backend ever disconnects us */ - + PBD::Signal1 Halted; - + /* these two are emitted when the engine itself is started and stopped */ - + PBD::Signal0 Running; PBD::Signal0 Stopped; /* these two are emitted when a device reset is initiated/finished */ - + PBD::Signal0 DeviceResetStarted; PBD::Signal0 DeviceResetFinished; static AudioEngine* instance() { return _instance; } static void destroy(); void died (); - + /* The backend will cause these at the appropriate time(s) */ int process_callback (pframes_t nframes); -- cgit v1.2.3