gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/my_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'agg-plot/my_tree.h')
-rw-r--r--agg-plot/my_tree.h 14
1 files changed, 7 insertions, 7 deletions
diff --git a/agg-plot/my_tree.h b/agg-plot/my_tree.h
index de238cbb..97bc65a9 100644
--- a/agg-plot/my_tree.h
+++ b/agg-plot/my_tree.h
@@ -48,11 +48,11 @@ namespace tree {
{
node_list *n;
for (node_list *p = m_head; p; p = n)
- {
- n = p->next();
- delete p->content();
- delete p;
- }
+ {
+ n = p->next();
+ delete p->content();
+ delete p;
+ }
};
virtual node_list* tree() { return m_head; };
@@ -82,8 +82,8 @@ namespace tree {
typename node<base_type, tree_data_type>::list *ls = t->tree();
if (ls)
{
- for ( ; ls; ls = ls->next())
- walk_rec<base_type, tree_data_type, f> (ls->content());
+ for ( ; ls; ls = ls->next())
+ walk_rec<base_type, tree_data_type, f> (ls->content());
}
}
}
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月21日 17:58:55 +0000

AltStyle によって変換されたページ (->オリジナル) /