major internal plugin & processor API change:
[ardour.git] / libs / ardour / ardour / graphnode.h
index 55867eac4c7e03893ebfe3c2af2a2da1a9529365..aa04d9b20a0ae72666ab2747c044a9243f581bd5 100644 (file)
@@ -37,7 +37,7 @@ typedef boost::shared_ptr<GraphNode> node_ptr_t;
 typedef std::set< node_ptr_t > node_set_t;
 typedef std::list< node_ptr_t > node_list_t;
 
-/** A node on our processing graph, ie a Route */      
+/** A node on our processing graph, ie a Route */
 class LIBARDOUR_API GraphNode
 {
     public: