From 598f1b5362eb799e40836ceeb5452c9ba937fd6c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 7 Feb 2017 00:22:08 -0800 Subject: 3746 --- html/055shape_shifting_container.cc.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/055shape_shifting_container.cc.html') diff --git a/html/055shape_shifting_container.cc.html b/html/055shape_shifting_container.cc.html index fb41b269..d0d61c1d 100644 --- a/html/055shape_shifting_container.cc.html +++ b/html/055shape_shifting_container.cc.html @@ -620,11 +620,11 @@ if ('onhashchange' in window) { 556 :(before "End compute_container_sizes Non-atom Special-cases") 557 const type_tree* root = get_base_type(type); 558 type_info& info = get(Type, root->value); -559 if (info.kind == CONTAINER) { +559 if (info.kind == CONTAINER) { 560 compute_container_sizes(info, type, pending_metadata, location_for_error_messages); 561 return; 562 } -563 if (info.kind == EXCLUSIVE_CONTAINER) { +563 if (info.kind == EXCLUSIVE_CONTAINER) { 564 compute_exclusive_container_sizes(info, type, pending_metadata, location_for_error_messages); 565 return; 566 } @@ -680,12 +680,12 @@ if ('onhashchange' in window) { 616 :(before "End compute_container_address_offsets Non-atom Special-cases") 617 const type_tree* root = get_base_type(type); 618 type_info& info = get(Type, root->value); -619 if (info.kind == CONTAINER) { +619 if (info.kind == CONTAINER) { 620 compute_container_address_offsets(info, type, location_for_error_messages); 621 return; 622 } -623 if (info.kind == EXCLUSIVE_CONTAINER) { -624 compute_exclusive_container_address_offsets(info, type, location_for_error_messages); +623 if (info.kind == EXCLUSIVE_CONTAINER) { +624 compute_exclusive_container_address_offsets(info, type, location_for_error_messages); 625 return; 626 } 627 -- cgit 1.4.1-2-gfad0