libgo: Update to weekly.2011-12-06.
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 14 Dec 2011 22:27:04 +0000 (22:27 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 14 Dec 2011 22:27:04 +0000 (22:27 +0000)
From-SVN: r182347

gcc/go/gofrontend/types.cc

index 432a647..45545df 100644 (file)
@@ -4989,7 +4989,7 @@ Map_type::do_reflection(Gogo* gogo, std::string* ret) const
 {
   ret->append("map[");
   this->append_reflection(this->key_type_, gogo, ret);
-  ret->append("] ");
+  ret->append("]");
   this->append_reflection(this->val_type_, gogo, ret);
 }