From 616adc4732402b5b075045c491151b00ba1148f2 Mon Sep 17 00:00:00 2001 From: Kelley Cook Date: Tue, 27 Jul 2004 23:24:07 +0000 Subject: [PATCH] pt.c, typeck.c: Remove spurious carriage returns. 2004-07-27 Kelley Cook * pt.c, typeck.c: Remove spurious carriage returns. From-SVN: r85237 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/pt.c | 4 ++-- gcc/cp/typeck.c | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 3a270bc3fd9f..2bc1ce08d7d8 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-07-27 Kelley Cook + + * pt.c, typeck.c: Remove spurious carriage returns. + 2004-07-27 Kriang Lerdsuwanakij PR c++/14429 diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 7ae18f8f120c..def63108bd4c 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -1696,8 +1696,8 @@ check_explicit_specialization (tree declarator, error("too few template parameter lists in declaration of `%D'", decl); else - error("explicit specialization of `%D' must be introduced by " - "`template <>'", decl); + error("explicit specialization of `%D' must be introduced by " + "`template <>'", decl); /* Fall through. */ case tsk_expl_spec: diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c index 640f512fe730..cad077a13e2a 100644 --- a/gcc/cp/typeck.c +++ b/gcc/cp/typeck.c @@ -5978,7 +5978,7 @@ check_return_expr (tree retval) the current class reference, it is ok. */ else if (TREE_CODE (retval) == INDIRECT_REF && TREE_CODE (TREE_OPERAND (retval, 0)) == CALL_EXPR) - warn = false; + warn = false; } if (warn)