Skip to content

Commit

Permalink
Fix indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Moore committed Jan 4, 2009
1 parent 578cc3b commit 10cce1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-studio/trunk/src/gtkmm/layerparamtreestore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ LayerParamTreeStore::get_value_vfunc (const Gtk::TreeModel::iterator& iter, int
g_value_copy(x.gobj(),value.gobj());
}
else
CanvasTreeStore::get_value_vfunc(iter,column,value);
CanvasTreeStore::get_value_vfunc(iter,column,value);
}


Expand Down

0 comments on commit 10cce1a

Please sign in to comment.