Fix some indention problems in gtk-tree-watch.pl

This commit is contained in:
Michael Stapelberg 2010-08-21 18:34:51 +02:00
parent 042abe20b5
commit 161afa3d01
1 changed files with 10 additions and 10 deletions

View File

@ -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