]> sourceware.org Git - systemtap.git/commitdiff
elaborate.cxx: remove extra space
authorJonathan Lebon <jlebon@redhat.com>
Mon, 25 Nov 2013 13:57:33 +0000 (08:57 -0500)
committerJonathan Lebon <jlebon@redhat.com>
Mon, 25 Nov 2013 16:45:07 +0000 (11:45 -0500)
elaborate.cxx

index c5a29ce7983539fcf8b34ab76492e69f5e20b720..6cdbca4e2559f2ed3f676bfeb6d0e52d31bfe798 100644 (file)
@@ -5442,7 +5442,7 @@ typeresolution_info::mismatch (const token *tok, exp_type type,
       stringstream chain_msg;
       chain_msg << _("type");
       if (index >= 0)
-        chain_msg << _F(" of index %d ", index);
+        chain_msg << _F(" of index %d", index);
       chain_msg << _F(" was first inferred here (%s)",
                       lex_cast(decl->type).c_str());
       err.chain = new SEMANTIC_ERROR(chain_msg.str(), original->tok);
This page took 0.036982 seconds and 5 git commands to generate.