aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2004-06-24 15:05:35 +0000
committerNathan Sidwell <nathan@codesourcery.com>2004-06-24 15:05:35 +0000
commit9fae35ede30b1bd26368087d6e1bfbe92b5d7dce (patch)
tree84c94792f0e3d38d8b9cb9f539caf0122c729783 /gcc/cp/init.c
parent23c982cebd753e8b755ca1c12c6e2b8fa8de0919 (diff)
reformat, remove '^M's
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@83594 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r--gcc/cp/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c
index c2a98781431..ceb6c4bc32e 100644
--- a/gcc/cp/init.c
+++ b/gcc/cp/init.c
@@ -2742,8 +2742,8 @@ build_delete (tree type, tree addr, special_function_kind auto_delete,
warning ("possible problem detected in invocation of "
"delete operator:");
cxx_incomplete_type_diagnostic (addr, type, 1);
- inform ("neither the destructor nor the class-specific "
- "operator delete will be called, even if they are "
+ inform ("neither the destructor nor the class-specific "
+ "operator delete will be called, even if they are "
"declared when the class is defined.");
complete_p = false;
}