From 51728d9334f642958f80bf442b40a76decdccafe Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 19 Aug 2017 05:53:31 -0700 Subject: 3971 --- html/043space.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/043space.cc.html') diff --git a/html/043space.cc.html b/html/043space.cc.html index 6c35bef6..f7feb1ba 100644 --- a/html/043space.cc.html +++ b/html/043space.cc.html @@ -500,8 +500,8 @@ if ('onhashchange' in window) { 434 435 bool operator<(const reagent& a, const reagent& b) { 436 int aspace = 0, bspace = 0; -437 if (has_property(a, "space")) aspace = to_integer(property(a, "space")->value); -438 if (has_property(b, "space")) bspace = to_integer(property(b, "space")->value); +437 if (has_property(a, "space")) aspace = to_integer(property(a, "space")->value); +438 if (has_property(b, "space")) bspace = to_integer(property(b, "space")->value); 439 if (aspace != bspace) return aspace < bspace; 440 return a.name < b.name; 441 } -- cgit 1.4.1-2-gfad0