summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/io.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-10 20:53:42 +0200
committerRobin Gareus <robin@gareus.org>2016-04-10 20:56:06 +0200
commit1c084d1e0e7aae0b6366cf8fcf73db2eacf5c1ab (patch)
tree2ca0a1dd1005b2975a3c885de51d66f5ee22097d /libs/ardour/ardour/io.h
parent09202249e1189e28a810e3b79f0e9ad1f07227e2 (diff)
NO-OP whitespace + comments
Diffstat (limited to 'libs/ardour/ardour/io.h')
-rw-r--r--libs/ardour/ardour/io.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/ardour/ardour/io.h b/libs/ardour/ardour/io.h
index 9afd0167e3..e32c05c9d3 100644
--- a/libs/ardour/ardour/io.h
+++ b/libs/ardour/ardour/io.h
@@ -74,8 +74,8 @@ class LIBARDOUR_API IO : public SessionObject, public Latent
Output
};
- IO (Session&, const std::string& name, Direction, DataType default_type = DataType::AUDIO, bool sendish = false);
- IO (Session&, const XMLNode&, DataType default_type = DataType::AUDIO, bool sendish = false);
+ IO (Session&, const std::string& name, Direction, DataType default_type = DataType::AUDIO, bool sendish = false);
+ IO (Session&, const XMLNode&, DataType default_type = DataType::AUDIO, bool sendish = false);
virtual ~IO();
@@ -94,7 +94,7 @@ class LIBARDOUR_API IO : public SessionObject, public Latent
int ensure_io (ChanCount cnt, bool clear, void *src);
- int connect_ports_to_bundle (boost::shared_ptr<Bundle>, bool exclusive, void *);
+ int connect_ports_to_bundle (boost::shared_ptr<Bundle>, bool exclusive, void *);
int disconnect_ports_from_bundle (boost::shared_ptr<Bundle>, void *);
BundleList bundles_connected ();
@@ -207,7 +207,7 @@ class LIBARDOUR_API IO : public SessionObject, public Latent
Direction _direction;
DataType _default_type;
bool _active;
- bool _sendish;
+ bool _sendish;
private:
int connecting_became_legal ();