diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2005-06-14 20:01:59 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2005-06-14 20:01:59 +0000 |
commit | c8094d835f3b458cc3d47195966d944c89208396 (patch) | |
tree | e2e8da31d73e8224774fa3715773e9360eaf680f /gcc/cp/repo.c | |
parent | 581fb421b9b908bcc7c99a27ae22204066f8509a (diff) | |
download | gcc-c8094d835f3b458cc3d47195966d944c89208396.zip gcc-c8094d835f3b458cc3d47195966d944c89208396.tar.gz gcc-c8094d835f3b458cc3d47195966d944c89208396.tar.bz2 |
Remove extra white spacing at end of lines.
From-SVN: r100952
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r-- | gcc/cp/repo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index 370ecec..206487d 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -115,7 +115,7 @@ get_base_filename (const char *filename) } return lbasename (filename); -} +} static void open_repo_file (const char *filename) @@ -332,7 +332,7 @@ repo_export_class_p (tree class_type) return false; /* If the virtual table has been assigned to this translation unit, export the class. */ - return (IDENTIFIER_REPO_CHOSEN + return (IDENTIFIER_REPO_CHOSEN (DECL_ASSEMBLER_NAME (CLASSTYPE_VTABLES (class_type)))); } |