summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.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/globals.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/globals.cc')
-rw-r--r--libs/ardour/globals.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 751a671d41..83d0990bf4 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -114,13 +114,13 @@ void ARDOUR::setup_enum_writer ();
*/
PBD::PropertyChange ARDOUR::bounds_change;
-namespace ARDOUR {
+namespace ARDOUR {
namespace Properties {
/* the envelope and fades are not scalar items and so
currently (2010/02) are not stored using Property.
However, these descriptors enable us to notify
- about changes to them via PropertyChange.
+ about changes to them via PropertyChange.
Declared in ardour/audioregion.h ...
*/
@@ -202,7 +202,7 @@ setup_hardware_optimization (bool try_optimization)
info << "No H/W specific optimizations in use" << endmsg;
}
-
+
AudioGrapher::Routines::override_compute_peak (compute_peak);
AudioGrapher::Routines::override_apply_gain_to_buffer (apply_gain_to_buffer);
}
@@ -245,7 +245,7 @@ ARDOUR::init (bool use_vst, bool try_optimization)
PBD::ID::init ();
SessionEvent::init_event_pool ();
-
+
make_property_quarks ();
SessionObject::make_property_quarks ();
Region::make_property_quarks ();
@@ -286,7 +286,7 @@ ARDOUR::init (bool use_vst, bool try_optimization)
if (Config->load_state ()) {
return -1;
}
-
+
Config->set_use_vst (use_vst);
Profile = new RuntimeProfile;