13
0

No-op; coding style.

git-svn-id: svn://localhost/ardour2/branches/3.0@8907 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-02-20 17:28:46 +00:00
parent d81625a9b6
commit 53b07c0fa4

View File

@ -1141,7 +1141,7 @@ TimeAxisView::hide_name_entry ()
void
TimeAxisView::color_handler ()
{
for (list<GhostRegion*>::iterator i=ghosts.begin(); i != ghosts.end(); i++ ) {
for (list<GhostRegion*>::iterator i = ghosts.begin(); i != ghosts.end(); i++) {
(*i)->set_colors();
}