changeset 19931:0e0a3bbe142f

Canvas.cc: Replace tabs with spaces. * Canvas.cc: Replace tabs with spaces.
author Rik <rik@octave.org>
date Tue, 03 Mar 2015 10:40:36 -0800
parents 90299974feda
children 371aa9261b1a
files libgui/graphics/Canvas.cc
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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"))
             {