summaryrefslogtreecommitdiff
path: root/libs/ardour/source.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-06-01 16:50:12 +0000
committerDavid Robillard <d@drobilla.net>2011-06-01 16:50:12 +0000
commita473d630eb165272992e90f8d854b1d66ec0be63 (patch)
treed0d027d4e53cb3883f4098c4736651d0ae89c19a /libs/ardour/source.cc
parenta46cea06e29bfdb18e0199a665caf5a34d388968 (diff)
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
Diffstat (limited to 'libs/ardour/source.cc')
-rw-r--r--libs/ardour/source.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/ardour/source.cc b/libs/ardour/source.cc
index 00b642b21b..35e1417fb4 100644
--- a/libs/ardour/source.cc
+++ b/libs/ardour/source.cc
@@ -149,7 +149,7 @@ Source::set_state (const XMLNode& node, int version)
}
if (version < 3000) {
- /* a source with an XML node must necessarily already exist,
+ /* a source with an XML node must necessarily already exist,
and therefore cannot be removable/writable etc. etc.; 2.X
sometimes marks sources as removable which shouldn't be.
*/
@@ -254,10 +254,10 @@ Source::mark_for_remove ()
{
// This operation is not allowed for sources for destructive tracks or out-of-session files.
- /* XXX need a way to detect _within_session() condition here - move it from FileSource?
+ /* XXX need a way to detect _within_session() condition here - move it from FileSource?
*/
- if ((_flags & Destructive)) {
+ if ((_flags & Destructive)) {
return;
}
@@ -300,7 +300,7 @@ Source::dec_use_count ()
abort ();
}
assert (oldval > 0);
-#else
+#else
g_atomic_int_exchange_and_add (&_use_count, -1);
#endif
}