diff mbox

[C+,committed,as,obvious] Add missing whitespace

Message ID 51864484.10906@oracle.com
State New
Headers show

Commit Message

Paolo Carlini May 5, 2013, 11:37 a.m. UTC
Hi,

committed to mainline.

Thanks,
Paolo.

///////////////////
2013-05-05  Paolo Carlini  <paolo.carlini@oracle.com>

	* pt.c (convert_nontype_argument): Add missing whitespace in
	error message.
diff mbox

Patch

Index: pt.c
===================================================================
--- pt.c	(revision 198607)
+++ pt.c	(working copy)
@@ -5651,7 +5651,7 @@  convert_nontype_argument (tree type, tree expr, ts
 	    }
 	  if (POINTER_TYPE_P (expr_type))
 	    {
-	      error ("%qE is not a valid template argument for %qT"
+	      error ("%qE is not a valid template argument for %qT "
 		     "because it is not the address of a variable",
 		     expr, type);
 	      return NULL_TREE;