summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-16 19:02:36 +0000
committerDavid Robillard <d@drobilla.net>2011-04-16 19:02:36 +0000
commit1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6 (patch)
treebbeed636819fc3e67e77e2645a699e01fd0d2e16 /src/AlsaDriver.hpp
parent7627989d3fbc7fd54013988d2ec7c29a5c517bbf (diff)
downloadpatchage-1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6.tar.gz
patchage-1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6.tar.bz2
patchage-1ac86ca2e5e32bd8bb34bba1589e2152004dc9a6.zip
Squeeze blank lines and delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3152 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r--src/AlsaDriver.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp
index 43647cc..8ccc4bf 100644
--- a/src/AlsaDriver.hpp
+++ b/src/AlsaDriver.hpp
@@ -58,7 +58,7 @@ public:
void print_addr(snd_seq_addr_t addr);
void process_events(Patchage* app);
-
+
private:
void refresh_ports();
void refresh_connections();
@@ -91,7 +91,7 @@ private:
Patchage* _app;
snd_seq_t* _seq;
pthread_t _refresh_thread;
-
+
Glib::Mutex _events_mutex;
std::queue<PatchageEvent> _events;