From 7452d0525ecfc12c11fe005c31b089a5b4d7a102 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 15 Mar 2018 23:29:08 -0700 Subject: 4228 --- html/055shape_shifting_container.cc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 bc1ec299..2b8ab3e3 100644 --- a/html/055shape_shifting_container.cc.html +++ b/html/055shape_shifting_container.cc.html @@ -622,11 +622,11 @@ if ('onhashchange' in window) { 557 const type_tree* root = get_base_type(type); 558 if (contains_key(Type, root->value)) { 559 type_info& info = get(Type, root->value); -560 if (info.kind == CONTAINER) { +560 if (info.kind == CONTAINER) { 561 compute_container_sizes(info, type, pending_metadata, location_for_error_messages); 562 return; 563 } -564 if (info.kind == EXCLUSIVE_CONTAINER) { +564 if (info.kind == EXCLUSIVE_CONTAINER) { 565 compute_exclusive_container_sizes(info, type, pending_metadata, location_for_error_messages); 566 return; 567 } @@ -684,11 +684,11 @@ if ('onhashchange' in window) { 619 const type_tree* root = get_base_type(type); 620 if (!contains_key(Type, root->value)) return; // error raised elsewhere 621 type_info& info = get(Type, root->value); -622 if (info.kind == CONTAINER) { +622 if (info.kind == CONTAINER) { 623 compute_container_address_offsets(info, type, location_for_error_messages); 624 return; 625 } -626 if (info.kind == EXCLUSIVE_CONTAINER) { +626 if (info.kind == EXCLUSIVE_CONTAINER) { 627 compute_exclusive_container_address_offsets(info, type, location_for_error_messages); 628 return; 629 } -- cgit 1.4.1-2-gfad0