Code

cleanup: Remove some commented-out code.
[inkscape.git] / src / sp-item-group.cpp
index a2be6daf427e8f05d9b81a00435f5ce9cfc41def..b4b69e1e488db966d4183af78709242897dff0d2 100644 (file)
@@ -613,7 +613,7 @@ sp_item_group_ungroup (SPGroup *group, GSList **children, bool do_done)
                }
 
                Inkscape::GC::release(repr);
-               if (children && SP_IS_ITEM (nitem)) 
+               if (children && SP_IS_ITEM (nitem))
                        *children = g_slist_prepend (*children, nitem);
 
                items = g_slist_remove (items, items->data);