summaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-06 11:44:09 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-06 11:44:09 +0000
commit074ab442f459e8d6fa5cb8f36e98b20468f7a35a (patch)
treef6bc5402cc736afb252a23b78b57e4d60b438ef9 /gcc/cp/tree.c
parent15b5961fab95969cd4a69942cabd54eb066c545f (diff)
downloadgcc-074ab442f459e8d6fa5cb8f36e98b20468f7a35a.tar.gz
Fix up whitespacing
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114428 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r--gcc/cp/tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c
index fdf491ae55b..7b44ad6df19 100644
--- a/gcc/cp/tree.c
+++ b/gcc/cp/tree.c
@@ -825,7 +825,7 @@ debug_binfo (tree elem)
the type of the result expression, if known, or NULL_TREE if the
resulting expression is type-dependent. If TEMPLATE_P is true,
NAME is known to be a template because the user explicitly used the
- "template" keyword after the "::".
+ "template" keyword after the "::".
All SCOPE_REFs should be built by use of this function. */
@@ -2170,8 +2170,8 @@ decl_linkage (tree decl)
/* Things that are TREE_PUBLIC have external linkage. */
if (TREE_PUBLIC (decl))
return lk_external;
-
- /* Linkage of a CONST_DECL depends on the linkage of the enumeration
+
+ /* Linkage of a CONST_DECL depends on the linkage of the enumeration
type. */
if (TREE_CODE (decl) == CONST_DECL)
return decl_linkage (TYPE_NAME (TREE_TYPE (decl)));