summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-14 20:01:59 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-14 20:01:59 +0000
commit9031d10bd672bc998735aa044155b896bf370917 (patch)
treee2e8da31d73e8224774fa3715773e9360eaf680f /gcc/cp/decl.h
parent0d8b6d28629fb8160325a39ac9d005f7d8647a1d (diff)
downloadgcc-9031d10bd672bc998735aa044155b896bf370917.tar.gz
Remove extra white spacing at end of lines.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100952 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl.h')
-rw-r--r--gcc/cp/decl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h
index b852c504113..a05fbef2ac6 100644
--- a/gcc/cp/decl.h
+++ b/gcc/cp/decl.h
@@ -31,6 +31,6 @@ enum decl_context
};
/* We need this in here to get the decl_context definition. */
-extern tree grokdeclarator (const cp_declarator *,
- const cp_decl_specifier_seq *,
+extern tree grokdeclarator (const cp_declarator *,
+ const cp_decl_specifier_seq *,
enum decl_context, int, tree*);