# HG changeset patch # User Rik # Date 1425408036 28800 # Node ID 0e0a3bbe142fd63fd852bb3a4dbe8f2cac949f37 # Parent 90299974feda87dabb86499a0bab4a8c45ebee51 Canvas.cc: Replace tabs with spaces. * Canvas.cc: Replace tabs with spaces. diff -r 90299974feda -r 0e0a3bbe142f libgui/graphics/Canvas.cc --- a/libgui/graphics/Canvas.cc Tue Mar 03 19:29:14 2015 +0100 +++ b/libgui/graphics/Canvas.cc Tue Mar 03 10:40:36 2015 -0800 @@ -407,8 +407,8 @@ octave_idx_type num_children = children.numel (); for (int i = 0; i < num_children; i++) - { - graphics_object childObj (gh_manager::get_object (children(i))); + { + graphics_object childObj (gh_manager::get_object (children(i))); if (childObj.isa ("axes")) { @@ -727,8 +727,8 @@ octave_idx_type num_children = children.numel (); for (int i = 0; i < num_children; i++) - { - graphics_object childObj (gh_manager::get_object (children(i))); + { + graphics_object childObj (gh_manager::get_object (children(i))); if (childObj.isa ("axes")) {