Fix some indention problems in gtk-tree-watch.pl
This commit is contained in:
parent
042abe20b5
commit
161afa3d01
|
@ -120,7 +120,7 @@ sub copy_tree {
|
||||||
|
|
||||||
# convert the tree back to json so we only rebuild/redraw when the tree is changed
|
# convert the tree back to json so we only rebuild/redraw when the tree is changed
|
||||||
my $json = encode_json($tree);
|
my $json = encode_json($tree);
|
||||||
if($json ne $json_prev) {
|
if ($json ne $json_prev) {
|
||||||
$json_prev = $json;
|
$json_prev = $json;
|
||||||
|
|
||||||
# rebuild the tree and the layout
|
# rebuild the tree and the layout
|
||||||
|
|
Loading…
Reference in New Issue