more hot wine.
[ardour.git] / gtk2_ardour / port_matrix_row_labels.cc
index 8ed464954f874454dffc7fe511fcfcbb7303a51f..507e9fc254c24d43e79b7e9b4ce07f14bd2c711b 100644 (file)
@@ -123,7 +123,7 @@ PortMatrixRowLabels::render (cairo_t* cr)
                                        (*i)->bundle,
                                        (*i)->bundle->type_channel_to_overall (_matrix->type (), j)
                                        );
-                               
+
                                render_channel_name (cr, background_colour (), c, 0, y, bc);
                                y += grid_spacing();
                                ++M;
@@ -132,7 +132,7 @@ PortMatrixRowLabels::render (cairo_t* cr)
                        if (N == 0) {
                                y += grid_spacing ();
                        }
-                       
+
                } else {
                        y += grid_spacing();
                }