summaryrefslogtreecommitdiff
path: root/gcc/cp/expr.c
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/expr.c
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/expr.c')
-rw-r--r--gcc/cp/expr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c
index 466d984642b..efa5c9ae555 100644
--- a/gcc/cp/expr.c
+++ b/gcc/cp/expr.c
@@ -46,11 +46,11 @@ cplus_expand_constant (tree cst)
{
tree type = TREE_TYPE (cst);
tree member;
-
+
/* Find the member. */
member = PTRMEM_CST_MEMBER (cst);
- if (TREE_CODE (member) == FIELD_DECL)
+ if (TREE_CODE (member) == FIELD_DECL)
{
/* Find the offset for the field. */
cst = byte_position (member);