From c8094d835f3b458cc3d47195966d944c89208396 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 14 Jun 2005 20:01:59 +0000 Subject: Remove extra white spacing at end of lines. From-SVN: r100952 --- gcc/cp/repo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cp/repo.c') 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)))); } -- cgit v1.1